Html Css Color HEX #3912A6 Persian Indigo

📋 copy color: '#3912A6'

red 57 ◦ green 18 ◦ blue 166

#3912A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3912A6

Tints of Persian Indigo #3912A6

RGB

 RED value IS 57 (22.66% from 255) = 23.65%

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 166 (65.23% from 255) = 68.88%

R = 23.65%
G = 7.47%
B = 68.88%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3912A6 (or 0x3912A6) is known color: Persian Indigo. HEX triplet: 39, 12 and A6. RGB value is (57,18,166). Sum of RGB (Red+Green+Blue) = 57+18+166=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 166 (65.23% from 255 or 68.88% from 241); Max value from RGB is 166 - color contains mainly: blue. Hex color #3912A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3912A6 is #C6ED59. Grayscale: #2D2D2D. Windows color (decimal): -13036890 or 10883641. OLE color: 10883641.

HSL color Cylindrical-coordinate representation of color #3912A6: hue angle of 255.81º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3912A6 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 18 166 -
CMYK 0.66 0.89 0 0.35
HSL 255.81º 0.8% 0.36% -
HSV(B) 255.81º 0.89% 0.65% -
XYZ 8.79 4.06 36.4 -
YUV 46.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 57 18 166 0.66 0.89 0 0.35 255.81 0.8 0.36
Hex 39 12 A6 42 59 0 23 100 50 24
Octal 71 22 246 102 131 0 43 400 120 44
Binary 111001 10010 10100110 1000010 1011001 0 100011 100000000 1010000 100100

Color Harmonies of #3912A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3912A6

Black with #3912A6

Text Example


Text Example

White with #3912A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3912A6; }

 p { color: rgb(57,18,166); }

 H1.HeaderClassName
 {
   color: #3912A6;
 }
 .AnyTagClassName
 {
   color: #3912A6;
 }
</style>

background-color css

<style>
 a { background-color: #3912A6; }

 a { background-color: rgb(57,18,166); }

 div.DivClassName
 {
   background-color: #3912A6;
 }
 .BgClassName
 {
   background-color: #3912A6;
 }
</style>

border-color css

<style>
 span { border-color: #3912A6; }

 span { border-color: rgb(57,18,166); }

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