#3C007B

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

Shades of Indigo #3C007B

Tints of Indigo #3C007B

Color information

#3C007B (or 0x3C007B) is unknown color: approx Indigo. HEX triplet: 3C, 00 and 7B. RGB value is (60,0,123). Sum of RGB (Red+Green+Blue) = 60+0+123=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C007B is #C3FF84. Grayscale: #1F1F1F. Windows color (decimal): -12844933 or 8060988. OLE color: 8060988.

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

Color convert

RGB600123-
CMYK0.51100.52
HSL269.27º100%24.12%-
HSV(B)269.27º100%48.24%-
XYZ5.442.3918.91-
YUV31.96179.38148-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=32.79%
G=0%
B=67.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6001230.51100.52269.2710024.12
Hex3C07B336403410d6418
Octal7401736314406441514430
Binary1111000111101111001111001000110100100001101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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