Html Css Color HEX #3912AB Persian Indigo

📋 copy color: '#3912AB'

red 57 ◦ green 18 ◦ blue 171

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

Shades of Persian Indigo #3912AB

Tints of Persian Indigo #3912AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 23.17%
G = 7.32%
B = 69.51%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3912AB (or 0x3912AB) is known color: Persian Indigo. HEX triplet: 39, 12 and AB. RGB value is (57,18,171). Sum of RGB (Red+Green+Blue) = 57+18+171=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #3912AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3912AB is #C6ED54. Grayscale: #2E2E2E. Windows color (decimal): -13036885 or 11211321. OLE color: 11211321.

HSL color Cylindrical-coordinate representation of color #3912AB: hue angle of 255.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3912AB is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 18 171 -
CMYK 0.67 0.89 0 0.33
HSL 255.29º 0.81% 0.37% -
HSV(B) 255.29º 0.89% 0.67% -
XYZ 9.25 4.24 38.86 -
YUV 47.1 197.92 135.06 -
System Red Green Blue C M Y K H S L
Decimal 57 18 171 0.67 0.89 0 0.33 255.29 0.81 0.37
Hex 39 12 AB 43 59 0 21 FF 51 25
Octal 71 22 253 103 131 0 41 377 121 45
Binary 111001 10010 10101011 1000011 1011001 0 100001 11111111 1010001 100101

Color Harmonies of #3912AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3912AB

Black with #3912AB

Text Example


Text Example

White with #3912AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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