#3D026D

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

Shades of Indigo #3D026D

Tints of Indigo #3D026D

Color information

#3D026D (or 0x3D026D) is unknown color: approx Indigo. HEX triplet: 3D, 02 and 6D. RGB value is (61,2,109). Sum of RGB (Red+Green+Blue) = 61+2+109=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D026D is #C2FD92. Grayscale: #1F1F1F. Windows color (decimal): -12778899 or 7143997. OLE color: 7143997.

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

Color convert

RGB612109-
CMYK0.440.9800.57
HSL273.08º96.4%21.76%-
HSV(B)273.08º98.17%42.75%-
XYZ4.712.1414.63-
YUV31.84171.55148.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.47%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=35.47%
G=1.16%
B=63.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6121090.440.9800.57273.0896.421.76
Hex3D26D2C620391116016
Octal7521555414207142114026
Binary11110110110110110110011000100111001100010001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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