#3D026B

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

Shades of Indigo #3D026B

Tints of Indigo #3D026B

Color information

#3D026B (or 0x3D026B) is unknown color: approx Indigo. HEX triplet: 3D, 02 and 6B. RGB value is (61,2,107). Sum of RGB (Red+Green+Blue) = 61+2+107=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D026B is #C2FD94. Grayscale: #1F1F1F. Windows color (decimal): -12778901 or 7012925. OLE color: 7012925.

HSL color Cylindrical-coordinate representation of color #3D026B: hue angle of 273.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D026B is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB612107-
CMYK0.430.9800.58
HSL273.71º96.33%21.37%-
HSV(B)273.71º98.13%41.96%-
XYZ4.62.114.07-
YUV31.61170.55148.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 107 (42.19% from 255) = 62.94%
R=35.88%
G=1.18%
B=62.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6121070.430.9800.58273.7196.3321.37
Hex3D26B2B6203A1126015
Octal7521535314207242214025
Binary11110110110101110101111000100111010100010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,2,107); }

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

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

 a { background-color: rgb(61,2,107); }

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

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

 span { border-color: rgb(61,2,107); }

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