Html Css Color HEX #3C016E Indigo

📋 copy color: '#3C016E'

red 60 ◦ green 1 ◦ blue 110

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

Shades of Indigo #3C016E

Tints of Indigo #3C016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 64.33%

R = 35.09%
G = 0.58%
B = 64.33%

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

#3C016E (or 0x3C016E) is known color: Indigo. HEX triplet: 3C, 01 and 6E. RGB value is (60,1,110). Sum of RGB (Red+Green+Blue) = 60+1+110=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C016E is #C3FE91. Grayscale: #1E1E1E. Windows color (decimal): -12844690 or 7209276. OLE color: 7209276.

HSL color Cylindrical-coordinate representation of color #3C016E: hue angle of 272.48º 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 #3C016E is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 1 110 -
CMYK 0.45 0.99 0 0.57
HSL 272.48º 0.98% 0.22% -
HSV(B) 272.48º 0.99% 0.43% -
XYZ 4.69 2.11 14.91 -
YUV 31.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 60 1 110 0.45 0.99 0 0.57 272.48 0.98 0.22
Hex 3C 1 6E 2D 63 0 39 110 62 16
Octal 74 1 156 55 143 0 71 420 142 26
Binary 111100 1 1101110 101101 1100011 0 111001 100010000 1100010 10110

Color Harmonies of #3C016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C016E

Black with #3C016E

Text Example


Text Example

White with #3C016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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