#3D0876

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

Shades of Persian Indigo #3D0876

Tints of Persian Indigo #3D0876

Color information

#3D0876 (or 0x3D0876) is unknown color: approx Persian Indigo. HEX triplet: 3D, 08 and 76. RGB value is (61,8,118). Sum of RGB (Red+Green+Blue) = 61+8+118=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D0876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0876 is #C2F789. Grayscale: #242424. Windows color (decimal): -12777354 or 7735357. OLE color: 7735357.

HSL color Cylindrical-coordinate representation of color #3D0876: hue angle of 268.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0876 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB618118-
CMYK0.480.9300.54
HSL268.91º87.3%24.71%-
HSV(B)268.91º93.22%46.27%-
XYZ5.282.4717.34-
YUV36.39174.06145.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 118 (46.48% from 255) = 63.10%
R=32.62%
G=4.28%
B=63.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6181180.480.9300.54268.9187.324.71
Hex3D876305D03610d5719
Octal75101666013506641512731
Binary1111011000111011011000010111010110110100001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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