#3D0081

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

Shades of Indigo #3D0081

Tints of Indigo #3D0081

Color information

#3D0081 (or 0x3D0081) is unknown color: approx Indigo. HEX triplet: 3D, 00 and 81. RGB value is (61,0,129). Sum of RGB (Red+Green+Blue) = 61+0+129=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D0081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0081 is #C2FF7E. Grayscale: #202020. Windows color (decimal): -12779391 or 8454205. OLE color: 8454205.

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

Color convert

RGB610129-
CMYK0.53100.49
HSL268.37º100%25.29%-
HSV(B)268.37º100%50.59%-
XYZ5.892.5820.96-
YUV32.94182.21148.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 67.89%
R=32.11%
G=0%
B=67.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6101290.53100.49268.3710025.29
Hex3D081356403110c6419
Octal7502016514406141414431
Binary11110101000000111010111001000110001100001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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