#3C007D

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

Shades of Indigo #3C007D

Tints of Indigo #3C007D

Color information

#3C007D (or 0x3C007D) is unknown color: approx Indigo. HEX triplet: 3C, 00 and 7D. RGB value is (60,0,125). Sum of RGB (Red+Green+Blue) = 60+0+125=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C007D is #C3FF82. Grayscale: #1F1F1F. Windows color (decimal): -12844931 or 8192060. OLE color: 8192060.

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

Color convert

RGB600125-
CMYK0.52100.51
HSL268.8º100%24.51%-
HSV(B)268.8º100%49.02%-
XYZ5.572.4419.58-
YUV32.19180.38147.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 67.57%
R=32.43%
G=0%
B=67.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6001250.52100.51268.810024.51
Hex3C07D346403310d6419
Octal7401756414406341514431
Binary1111000111110111010011001000110011100001101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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