#3C01B6

Color #3C01B6 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #3C01B6

Tints of Indigo #3C01B6

Color information

#3C01B6 (or 0x3C01B6) is unknown color: approx Indigo. HEX triplet: 3C, 01 and B6. RGB value is (60,1,182). Sum of RGB (Red+Green+Blue) = 60+1+182=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 182 (71.48% from 255 or 74.90% from 243); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C01B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01B6 is #C3FE49. Grayscale: #262626. Windows color (decimal): -12844618 or 11927868. OLE color: 11927868.

HSL color Cylindrical-coordinate representation of color #3C01B6: hue angle of 259.56º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C01B6 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB601182-
CMYK0.670.9900.29
HSL259.56º98.91%35.88%-
HSV(B)259.56º99.45%71.37%-
XYZ10.324.3644.55-
YUV39.28208.55142.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 182 (71.48% from 255) = 74.90%
R=24.69%
G=0.41%
B=74.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6011820.670.9900.29259.5698.9135.88
Hex3C1B6436301D1046324
Octal74126610314303540414344
Binary111100110110110100001111000110111011000001001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C01B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C01B6;
 }
 .AnyTagClassName
 {
   color: #3C01B6;
 }
</style>
background-color css

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

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

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

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

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

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