#3C01B0

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

Shades of Indigo #3C01B0

Tints of Indigo #3C01B0

Color information

#3C01B0 (or 0x3C01B0) is unknown color: approx Indigo. HEX triplet: 3C, 01 and B0. RGB value is (60,1,176). Sum of RGB (Red+Green+Blue) = 60+1+176=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 176 (69.14% from 255 or 74.26% from 237); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C01B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C01B0 is #C3FE4F. Grayscale: #252525. Windows color (decimal): -12844624 or 11534652. OLE color: 11534652.

HSL color Cylindrical-coordinate representation of color #3C01B0: hue angle of 260.23º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C01B0 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB601176-
CMYK0.660.9900.31
HSL260.23º98.87%34.71%-
HSV(B)260.23º99.43%69.02%-
XYZ9.714.1241.36-
YUV38.59205.55143.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 176 (69.14% from 255) = 74.26%
R=25.32%
G=0.42%
B=74.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6011760.660.9900.31260.2398.8734.71
Hex3C1B0426301F1046323
Octal74126010214303740414343
Binary111100110110000100001011000110111111000001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C01B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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