Html Css Color HEX #3C016D Indigo

📋 copy color: '#3C016D'

red 60 ◦ green 1 ◦ blue 109

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

Shades of Indigo #3C016D

Tints of Indigo #3C016D

RGB

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

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

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

R = 35.29%
G = 0.59%
B = 64.12%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C016D (or 0x3C016D) is known color: Indigo. HEX triplet: 3C, 01 and 6D. RGB value is (60,1,109). Sum of RGB (Red+Green+Blue) = 60+1+109=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C016D is #C3FE92. Grayscale: #1E1E1E. Windows color (decimal): -12844691 or 7143740. OLE color: 7143740.

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

Color convert

RGB 60 1 109 -
CMYK 0.45 0.99 0 0.57
HSL 272.78º 0.98% 0.22% -
HSV(B) 272.78º 0.99% 0.43% -
XYZ 4.63 2.09 14.63 -
YUV 30.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 60 1 109 0.45 0.99 0 0.57 272.78 0.98 0.22
Hex 3C 1 6D 2D 63 0 39 111 62 16
Octal 74 1 155 55 143 0 71 421 142 26
Binary 111100 1 1101101 101101 1100011 0 111001 100010001 1100010 10110

Color Harmonies of #3C016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C016D

Black with #3C016D

Text Example


Text Example

White with #3C016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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