#3C008D

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

Shades of Indigo #3C008D

Tints of Indigo #3C008D

Color information

#3C008D (or 0x3C008D) is unknown color: approx Indigo. HEX triplet: 3C, 00 and 8D. RGB value is (60,0,141). Sum of RGB (Red+Green+Blue) = 60+0+141=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C008D is #C3FF72. Grayscale: #212121. Windows color (decimal): -12844915 or 9240636. OLE color: 9240636.

HSL color Cylindrical-coordinate representation of color #3C008D: hue angle of 265.53º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C008D is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB600141-
CMYK0.57100.45
HSL265.53º100%27.65%-
HSV(B)265.53º100%55.29%-
XYZ6.672.8825.4-
YUV34.01188.38146.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 70.15%
R=29.85%
G=0%
B=70.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6001410.57100.45265.5310027.65
Hex3C08D396402D10a641c
Octal7402157114405541214434
Binary11110001000110111100111001000101101100001010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,0,141); }

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

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

 a { background-color: rgb(60,0,141); }

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

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

 span { border-color: rgb(60,0,141); }

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