Html Css Color HEX #3C0B6C Persian Indigo

📋 copy color: '#3C0B6C'

red 60 ◦ green 11 ◦ blue 108

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

Shades of Persian Indigo #3C0B6C

Tints of Persian Indigo #3C0B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.15%

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

R = 33.52%
G = 6.15%
B = 60.34%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C0B6C (or 0x3C0B6C) is known color: Persian Indigo. HEX triplet: 3C, 0B and 6C. RGB value is (60,11,108). Sum of RGB (Red+Green+Blue) = 60+11+108=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C0B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0B6C is #C3F493. Grayscale: #242424. Windows color (decimal): -12842132 or 7080764. OLE color: 7080764.

HSL color Cylindrical-coordinate representation of color #3C0B6C: hue angle of 270.31º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0B6C is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 11 108 -
CMYK 0.44 0.90 0 0.58
HSL 270.31º 0.82% 0.23% -
HSV(B) 270.31º 0.9% 0.42% -
XYZ 4.69 2.28 14.38 -
YUV 36.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 60 11 108 0.44 0.90 0 0.58 270.31 0.82 0.23
Hex 3C B 6C 2C 5A 0 3A 10E 52 17
Octal 74 13 154 54 132 0 72 416 122 27
Binary 111100 1011 1101100 101100 1011010 0 111010 100001110 1010010 10111

Color Harmonies of #3C0B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0B6C

Black with #3C0B6C

Text Example


Text Example

White with #3C0B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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