#3C047B

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

Shades of Indigo #3C047B

Tints of Indigo #3C047B

Color information

#3C047B (or 0x3C047B) is unknown color: approx Indigo. HEX triplet: 3C, 04 and 7B. RGB value is (60,4,123). Sum of RGB (Red+Green+Blue) = 60+4+123=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C047B is #C3FB84. Grayscale: #212121. Windows color (decimal): -12843909 or 8062012. OLE color: 8062012.

HSL color Cylindrical-coordinate representation of color #3C047B: hue angle of 268.24º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C047B is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB604123-
CMYK0.510.9700.52
HSL268.24º93.7%24.9%-
HSV(B)268.24º96.75%48.24%-
XYZ5.482.4818.93-
YUV34.31178.05146.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 123 (48.44% from 255) = 65.78%
R=32.09%
G=2.14%
B=65.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6041230.510.9700.52268.2493.724.9
Hex3C47B336103410c5e19
Octal7441736314106441413631
Binary111100100111101111001111000010110100100001100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,4,123); }

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

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

 a { background-color: rgb(60,4,123); }

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

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

 span { border-color: rgb(60,4,123); }

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