#3f19a1

Color #3F19A1 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3F19A1

Tints of Persian Indigo #3F19A1

Color information

#3F19A1 (or 0x3F19A1) is unknown color: approx Persian Indigo. HEX triplet: 3F, 19 and A1. RGB value is (63,25,161). Sum of RGB (Red+Green+Blue) = 63+25+161=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 161 (63.28% from 255 or 64.66% from 249); Max value from RGB is 161 - color contains mainly: blue. Hex color #3F19A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F19A1 is #C0E65E. Grayscale: #333333. Windows color (decimal): -12641887 or 10557759. OLE color: 10557759.

HSL color Cylindrical-coordinate representation of color #3F19A1: hue angle of 256.76º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F19A1 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6325161-
CMYK0.610.8400.37
HSL256.76º73.12%36.47%-
HSV(B)256.76º84.47%63.14%-
XYZ8.834.3334.09-
YUV51.87189.59135.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 161 (63.28% from 255) = 64.66%
R=25.30%
G=10.04%
B=64.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63251610.610.8400.37256.7673.1236.47
Hex3F19A13D540251014924
Octal77312417512404540111144
Binary1111111100110100001111101101010001001011000000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f19a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f19a1; }

 p { color: rgb(63,25,161); }

 H1.HeaderClassName
 {
   color: #3f19a1;
 }
 .AnyTagClassName
 {
   color: #3f19a1;
 }
</style>
background-color css

<style>
 a { background-color: #3f19a1; }

 a { background-color: rgb(63,25,161); }

 div.DivClassName
 {
   background-color: #3f19a1;
 }
 .BgClassName
 {
   background-color: #3f19a1;
 }
</style>
border-color css

<style>
 span { border-color: #3f19a1; }

 span { border-color: rgb(63,25,161); }

 td.TdClassName
 {
   border-color: #3f19a1;
 }
 .TagClassName
 {
   border-color: #3f19a1;
 }
</style>