Html Css Color HEX #3C0E6C Persian Indigo

📋 copy color: '#3C0E6C'

red 60 ◦ green 14 ◦ blue 108

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

Shades of Persian Indigo #3C0E6C

Tints of Persian Indigo #3C0E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 32.97%
G = 7.69%
B = 59.34%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C0E6C (or 0x3C0E6C) is known color: Persian Indigo. HEX triplet: 3C, 0E and 6C. RGB value is (60,14,108). Sum of RGB (Red+Green+Blue) = 60+14+108=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C0E6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0E6C is #C3F193. Grayscale: #262626. Windows color (decimal): -12841364 or 7081532. OLE color: 7081532.

HSL color Cylindrical-coordinate representation of color #3C0E6C: hue angle of 269.36º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0E6C is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 14 108 -
CMYK 0.44 0.87 0 0.58
HSL 269.36º 0.77% 0.24% -
HSV(B) 269.36º 0.87% 0.42% -
XYZ 4.73 2.36 14.39 -
YUV 38.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 60 14 108 0.44 0.87 0 0.58 269.36 0.77 0.24
Hex 3C E 6C 2C 57 0 3A 10D 4D 18
Octal 74 16 154 54 127 0 72 415 115 30
Binary 111100 1110 1101100 101100 1010111 0 111010 100001101 1001101 11000

Color Harmonies of #3C0E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0E6C

Black with #3C0E6C

Text Example


Text Example

White with #3C0E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,14,108); }

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

background-color css

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

 a { background-color: rgb(60,14,108); }

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

border-color css

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

 span { border-color: rgb(60,14,108); }

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