Html Css Color HEX #3C0CAF Persian Indigo

📋 copy color: '#3C0CAF'

red 60 ◦ green 12 ◦ blue 175

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

Shades of Persian Indigo #3C0CAF

Tints of Persian Indigo #3C0CAF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 175 (68.75% from 255) = 70.85%

R = 24.29%
G = 4.86%
B = 70.85%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C0CAF (or 0x3C0CAF) is known color: Persian Indigo. HEX triplet: 3C, 0C and AF. RGB value is (60,12,175). Sum of RGB (Red+Green+Blue) = 60+12+175=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C0CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0CAF is #C3F350. Grayscale: #2C2C2C. Windows color (decimal): -12841809 or 11471932. OLE color: 11471932.

HSL color Cylindrical-coordinate representation of color #3C0CAF: hue angle of 257.67º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0CAF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 12 175 -
CMYK 0.66 0.93 0 0.31
HSL 257.67º 0.87% 0.37% -
HSV(B) 257.67º 0.93% 0.69% -
XYZ 9.73 4.32 40.88 -
YUV 44.93 201.4 138.75 -
System Red Green Blue C M Y K H S L
Decimal 60 12 175 0.66 0.93 0 0.31 257.67 0.87 0.37
Hex 3C C AF 42 5D 0 1F 102 57 25
Octal 74 14 257 102 135 0 37 402 127 45
Binary 111100 1100 10101111 1000010 1011101 0 11111 100000010 1010111 100101

Color Harmonies of #3C0CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0CAF

Black with #3C0CAF

Text Example


Text Example

White with #3C0CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,12,175); }

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

background-color css

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

 a { background-color: rgb(60,12,175); }

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

border-color css

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

 span { border-color: rgb(60,12,175); }

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