Html Css Color HEX #3912AA Persian Indigo

📋 copy color: '#3912AA'

red 57 ◦ green 18 ◦ blue 170

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

Shades of Persian Indigo #3912AA

Tints of Persian Indigo #3912AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.39%

R = 23.27%
G = 7.35%
B = 69.39%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3912AA (or 0x3912AA) is known color: Persian Indigo. HEX triplet: 39, 12 and AA. RGB value is (57,18,170). Sum of RGB (Red+Green+Blue) = 57+18+170=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #3912AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3912AA is #C6ED55. Grayscale: #2E2E2E. Windows color (decimal): -13036886 or 11145785. OLE color: 11145785.

HSL color Cylindrical-coordinate representation of color #3912AA: hue angle of 255.39º 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 #3912AA is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 18 170 -
CMYK 0.66 0.89 0 0.33
HSL 255.39º 0.81% 0.37% -
HSV(B) 255.39º 0.89% 0.67% -
XYZ 9.16 4.2 38.36 -
YUV 46.99 197.42 135.14 -
System Red Green Blue C M Y K H S L
Decimal 57 18 170 0.66 0.89 0 0.33 255.39 0.81 0.37
Hex 39 12 AA 42 59 0 21 FF 51 25
Octal 71 22 252 102 131 0 41 377 121 45
Binary 111001 10010 10101010 1000010 1011001 0 100001 11111111 1010001 100101

Color Harmonies of #3912AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3912AA

Black with #3912AA

Text Example


Text Example

White with #3912AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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