#3D0890

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

Shades of Indigo #3D0890

Tints of Indigo #3D0890

Color information

#3D0890 (or 0x3D0890) is unknown color: approx Indigo. HEX triplet: 3D, 08 and 90. RGB value is (61,8,144). Sum of RGB (Red+Green+Blue) = 61+8+144=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D0890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0890 is #C2F76F. Grayscale: #262626. Windows color (decimal): -12777328 or 9439293. OLE color: 9439293.

HSL color Cylindrical-coordinate representation of color #3D0890: hue angle of 263.38º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0890 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB618144-
CMYK0.580.9400.44
HSL263.38º89.47%29.8%-
HSV(B)263.38º94.44%56.47%-
XYZ7.053.1826.63-
YUV39.35187.06143.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 144 (56.64% from 255) = 67.61%
R=28.64%
G=3.76%
B=67.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6181440.580.9400.44263.3889.4729.8
Hex3D8903A5E02C107591e
Octal75102207213605440713136
Binary11110110001001000011101010111100101100100000111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,8,144); }

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

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

 a { background-color: rgb(61,8,144); }

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

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

 span { border-color: rgb(61,8,144); }

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