#3C03B4

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

Shades of Indigo #3C03B4

Tints of Indigo #3C03B4

Color information

#3C03B4 (or 0x3C03B4) is unknown color: approx Indigo. HEX triplet: 3C, 03 and B4. RGB value is (60,3,180). Sum of RGB (Red+Green+Blue) = 60+3+180=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C03B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03B4 is #C3FC4B. Grayscale: #272727. Windows color (decimal): -12844108 or 11797308. OLE color: 11797308.

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

Color convert

RGB603180-
CMYK0.670.9800.29
HSL259.32º96.72%35.88%-
HSV(B)259.32º98.33%70.59%-
XYZ10.134.3243.48-
YUV40.22206.88142.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 180 (70.70% from 255) = 74.07%
R=24.69%
G=1.23%
B=74.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6031800.670.9800.29259.3296.7235.88
Hex3C3B4436201D1036124
Octal74326410314203540314144
Binary1111001110110100100001111000100111011000000111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C03B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,180); }

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

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

 a { background-color: rgb(60,3,180); }

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

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

 span { border-color: rgb(60,3,180); }

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