#3D0066

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

Shades of Indigo #3D0066

Tints of Indigo #3D0066

Color information

#3D0066 (or 0x3D0066) is unknown color: approx Indigo. HEX triplet: 3D, 00 and 66. RGB value is (61,0,102). Sum of RGB (Red+Green+Blue) = 61+0+102=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0066 is #C2FF99. Grayscale: #1D1D1D. Windows color (decimal): -12779418 or 6684733. OLE color: 6684733.

HSL color Cylindrical-coordinate representation of color #3D0066: hue angle of 275.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0066 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB610102-
CMYK0.40100.6
HSL275.88º100%20%-
HSV(B)275.88º100%40%-
XYZ4.321.9512.72-
YUV29.87168.71150.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 62.58%
R=37.42%
G=0%
B=62.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6101020.40100.6275.8810020
Hex3D066286403C1146414
Octal7501465014407442414424
Binary1111010110011010100011001000111100100010100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,0,102); }

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

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

 a { background-color: rgb(61,0,102); }

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

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

 span { border-color: rgb(61,0,102); }

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