#3C048A

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

Shades of Indigo #3C048A

Tints of Indigo #3C048A

Color information

#3C048A (or 0x3C048A) is unknown color: approx Indigo. HEX triplet: 3C, 04 and 8A. RGB value is (60,4,138). Sum of RGB (Red+Green+Blue) = 60+4+138=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C048A is #C3FB75. Grayscale: #232323. Windows color (decimal): -12843894 or 9045052. OLE color: 9045052.

HSL color Cylindrical-coordinate representation of color #3C048A: hue angle of 265.07º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C048A is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB604138-
CMYK0.570.9700.46
HSL265.07º94.37%27.84%-
HSV(B)265.07º97.1%54.12%-
XYZ6.492.8824.26-
YUV36.02185.55145.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=29.70%
G=1.98%
B=68.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6041380.570.9700.46265.0794.3727.84
Hex3C48A396102E1095e1c
Octal7442127114105641113634
Binary1111001001000101011100111000010101110100001001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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