Html Css Color HEX #3C0C6D Persian Indigo

📋 copy color: '#3C0C6D'

red 60 ◦ green 12 ◦ blue 109

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

Shades of Persian Indigo #3C0C6D

Tints of Persian Indigo #3C0C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.22%

R = 33.15%
G = 6.63%
B = 60.22%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C0C6D (or 0x3C0C6D) is known color: Persian Indigo. HEX triplet: 3C, 0C and 6D. RGB value is (60,12,109). Sum of RGB (Red+Green+Blue) = 60+12+109=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C0C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0C6D is #C3F392. Grayscale: #252525. Windows color (decimal): -12841875 or 7146556. OLE color: 7146556.

HSL color Cylindrical-coordinate representation of color #3C0C6D: hue angle of 269.69º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0C6D is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 12 109 -
CMYK 0.45 0.89 0 0.57
HSL 269.69º 0.8% 0.24% -
HSV(B) 269.69º 0.89% 0.43% -
XYZ 4.76 2.33 14.67 -
YUV 37.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 60 12 109 0.45 0.89 0 0.57 269.69 0.8 0.24
Hex 3C C 6D 2D 59 0 39 10E 50 18
Octal 74 14 155 55 131 0 71 416 120 30
Binary 111100 1100 1101101 101101 1011001 0 111001 100001110 1010000 11000

Color Harmonies of #3C0C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0C6D

Black with #3C0C6D

Text Example


Text Example

White with #3C0C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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