#3d0895

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

Shades of Indigo #3D0895

Tints of Indigo #3D0895

Color information

#3D0895 (or 0x3D0895) is unknown color: approx Indigo. HEX triplet: 3D, 08 and 95. RGB value is (61,8,149). Sum of RGB (Red+Green+Blue) = 61+8+149=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D0895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0895 is #C2F76A. Grayscale: #272727. Windows color (decimal): -12777323 or 9766973. OLE color: 9766973.

HSL color Cylindrical-coordinate representation of color #3D0895: hue angle of 262.55º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0895 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB618149-
CMYK0.590.9500.42
HSL262.55º89.81%30.78%-
HSV(B)262.55º94.63%58.43%-
XYZ7.443.3428.69-
YUV39.92189.56143.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.98%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 149 (58.59% from 255) = 68.35%
R=27.98%
G=3.67%
B=68.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6181490.590.9500.42262.5589.8130.78
Hex3D8953B5F02A1075a1f
Octal75102257313705240713237
Binary11110110001001010111101110111110101010100000111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d0895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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