#3D0162

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

Shades of Indigo #3D0162

Tints of Indigo #3D0162

Color information

#3D0162 (or 0x3D0162) is unknown color: approx Indigo. HEX triplet: 3D, 01 and 62. RGB value is (61,1,98). Sum of RGB (Red+Green+Blue) = 61+1+98=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0162 is #C2FE9D. Grayscale: #1D1D1D. Windows color (decimal): -12779166 or 6422845. OLE color: 6422845.

HSL color Cylindrical-coordinate representation of color #3D0162: hue angle of 277.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0162 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB61198-
CMYK0.380.9900.62
HSL277.11º97.98%19.41%-
HSV(B)277.11º98.98%38.43%-
XYZ4.141.911.7-
YUV30166.38150.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.12%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 98 (38.67% from 255) = 61.25%
R=38.12%
G=0.62%
B=61.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal611980.380.9900.62277.1197.9819.41
Hex3D162266303E1156213
Octal7511424614307642514223
Binary1111011110001010011011000110111110100010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,1,98); }

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

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

 a { background-color: rgb(61,1,98); }

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

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

 span { border-color: rgb(61,1,98); }

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