#3D0885

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

Shades of Indigo #3D0885

Tints of Indigo #3D0885

Color information

#3D0885 (or 0x3D0885) is unknown color: approx Indigo. HEX triplet: 3D, 08 and 85. RGB value is (61,8,133). Sum of RGB (Red+Green+Blue) = 61+8+133=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D0885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0885 is #C2F77A. Grayscale: #252525. Windows color (decimal): -12777339 or 8718397. OLE color: 8718397.

HSL color Cylindrical-coordinate representation of color #3D0885: hue angle of 265.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0885 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB618133-
CMYK0.540.9400.48
HSL265.44º88.65%27.65%-
HSV(B)265.44º93.98%52.16%-
XYZ6.242.8622.41-
YUV38.1181.56144.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=30.20%
G=3.96%
B=65.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6181330.540.9400.48265.4488.6527.65
Hex3D885365E030109591c
Octal75102056613606041113134
Binary11110110001000010111011010111100110000100001001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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