Html Css Color HEX #3C0CAB Persian Indigo

📋 copy color: '#3C0CAB'

red 60 ◦ green 12 ◦ blue 171

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

Shades of Persian Indigo #3C0CAB

Tints of Persian Indigo #3C0CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.37%

R = 24.69%
G = 4.94%
B = 70.37%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C0CAB (or 0x3C0CAB) is known color: Persian Indigo. HEX triplet: 3C, 0C and AB. RGB value is (60,12,171). Sum of RGB (Red+Green+Blue) = 60+12+171=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C0CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0CAB is #C3F354. Grayscale: #2B2B2B. Windows color (decimal): -12841813 or 11209788. OLE color: 11209788.

HSL color Cylindrical-coordinate representation of color #3C0CAB: hue angle of 258.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0CAB is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 12 171 -
CMYK 0.65 0.93 0 0.33
HSL 258.11º 0.87% 0.36% -
HSV(B) 258.11º 0.93% 0.67% -
XYZ 9.35 4.16 38.84 -
YUV 44.48 199.4 139.07 -
System Red Green Blue C M Y K H S L
Decimal 60 12 171 0.65 0.93 0 0.33 258.11 0.87 0.36
Hex 3C C AB 41 5D 0 21 102 57 24
Octal 74 14 253 101 135 0 41 402 127 44
Binary 111100 1100 10101011 1000001 1011101 0 100001 100000010 1010111 100100

Color Harmonies of #3C0CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0CAB

Black with #3C0CAB

Text Example


Text Example

White with #3C0CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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