Html Css Color HEX #3C12AA Persian Indigo

📋 copy color: '#3C12AA'

red 60 ◦ green 18 ◦ blue 170

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

Shades of Persian Indigo #3C12AA

Tints of Persian Indigo #3C12AA

RGB

 RED value IS 60 (23.83% from 255) = 24.19%

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

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

R = 24.19%
G = 7.26%
B = 68.55%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C12AA (or 0x3C12AA) is known color: Persian Indigo. HEX triplet: 3C, 12 and AA. RGB value is (60,18,170). Sum of RGB (Red+Green+Blue) = 60+18+170=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C12AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C12AA is #C3ED55. Grayscale: #2F2F2F. Windows color (decimal): -12840278 or 11145788. OLE color: 11145788.

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

Color convert

RGB 60 18 170 -
CMYK 0.65 0.89 0 0.33
HSL 256.58º 0.81% 0.37% -
HSV(B) 256.58º 0.89% 0.67% -
XYZ 9.34 4.3 38.37 -
YUV 47.89 196.91 136.64 -
System Red Green Blue C M Y K H S L
Decimal 60 18 170 0.65 0.89 0 0.33 256.58 0.81 0.37
Hex 3C 12 AA 41 59 0 21 101 51 25
Octal 74 22 252 101 131 0 41 401 121 45
Binary 111100 10010 10101010 1000001 1011001 0 100001 100000001 1010001 100101

Color Harmonies of #3C12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C12AA

Black with #3C12AA

Text Example


Text Example

White with #3C12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C12AA;
 }
 .AnyTagClassName
 {
   color: #3C12AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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