Html Css Color HEX #3C12AE Persian Indigo

📋 copy color: '#3C12AE'

red 60 ◦ green 18 ◦ blue 174

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

Shades of Persian Indigo #3C12AE

Tints of Persian Indigo #3C12AE

RGB

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

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

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

R = 23.81%
G = 7.14%
B = 69.05%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C12AE (or 0x3C12AE) is known color: Persian Indigo. HEX triplet: 3C, 12 and AE. RGB value is (60,18,174). Sum of RGB (Red+Green+Blue) = 60+18+174=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C12AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C12AE is #C3ED51. Grayscale: #2F2F2F. Windows color (decimal): -12840274 or 11407932. OLE color: 11407932.

HSL color Cylindrical-coordinate representation of color #3C12AE: hue angle of 256.15º 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 #3C12AE is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 18 174 -
CMYK 0.66 0.90 0 0.32
HSL 256.15º 0.81% 0.38% -
HSV(B) 256.15º 0.9% 0.68% -
XYZ 9.72 4.45 40.39 -
YUV 48.34 198.91 136.32 -
System Red Green Blue C M Y K H S L
Decimal 60 18 174 0.66 0.90 0 0.32 256.15 0.81 0.38
Hex 3C 12 AE 42 5A 0 20 100 51 26
Octal 74 22 256 102 132 0 40 400 121 46
Binary 111100 10010 10101110 1000010 1011010 0 100000 100000000 1010001 100110

Color Harmonies of #3C12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C12AE

Black with #3C12AE

Text Example


Text Example

White with #3C12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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