Html Css Color HEX #3912AE Persian Indigo

📋 copy color: '#3912AE'

red 57 ◦ green 18 ◦ blue 174

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

Shades of Persian Indigo #3912AE

Tints of Persian Indigo #3912AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 22.89%
G = 7.23%
B = 69.88%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3912AE (or 0x3912AE) is known color: Persian Indigo. HEX triplet: 39, 12 and AE. RGB value is (57,18,174). Sum of RGB (Red+Green+Blue) = 57+18+174=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #3912AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3912AE is #C6ED51. Grayscale: #2E2E2E. Windows color (decimal): -13036882 or 11407929. OLE color: 11407929.

HSL color Cylindrical-coordinate representation of color #3912AE: hue angle of 255º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3912AE is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 18 174 -
CMYK 0.67 0.90 0 0.32
HSL 255º 0.81% 0.38% -
HSV(B) 255º 0.9% 0.68% -
XYZ 9.54 4.36 40.38 -
YUV 47.45 199.42 134.82 -
System Red Green Blue C M Y K H S L
Decimal 57 18 174 0.67 0.90 0 0.32 255 0.81 0.38
Hex 39 12 AE 43 5A 0 20 FF 51 26
Octal 71 22 256 103 132 0 40 377 121 46
Binary 111001 10010 10101110 1000011 1011010 0 100000 11111111 1010001 100110

Color Harmonies of #3912AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3912AE

Black with #3912AE

Text Example


Text Example

White with #3912AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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