Html Css Color HEX #3C016C Indigo

📋 copy color: '#3C016C'

red 60 ◦ green 1 ◦ blue 108

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

Shades of Indigo #3C016C

Tints of Indigo #3C016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 35.5%
G = 0.59%
B = 63.91%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C016C (or 0x3C016C) is known color: Indigo. HEX triplet: 3C, 01 and 6C. RGB value is (60,1,108). Sum of RGB (Red+Green+Blue) = 60+1+108=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C016C is #C3FE93. Grayscale: #1E1E1E. Windows color (decimal): -12844692 or 7078204. OLE color: 7078204.

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

Color convert

RGB 60 1 108 -
CMYK 0.44 0.99 0 0.58
HSL 273.08º 0.98% 0.21% -
HSV(B) 273.08º 0.99% 0.42% -
XYZ 4.58 2.07 14.34 -
YUV 30.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 60 1 108 0.44 0.99 0 0.58 273.08 0.98 0.21
Hex 3C 1 6C 2C 63 0 3A 111 62 15
Octal 74 1 154 54 143 0 72 421 142 25
Binary 111100 1 1101100 101100 1100011 0 111010 100010001 1100010 10101

Color Harmonies of #3C016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C016C

Black with #3C016C

Text Example


Text Example

White with #3C016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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