#3D0878

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

Shades of Persian Indigo #3D0878

Tints of Persian Indigo #3D0878

Color information

#3D0878 (or 0x3D0878) is unknown color: approx Persian Indigo. HEX triplet: 3D, 08 and 78. RGB value is (61,8,120). Sum of RGB (Red+Green+Blue) = 61+8+120=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D0878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0878 is #C2F787. Grayscale: #242424. Windows color (decimal): -12777352 or 7866429. OLE color: 7866429.

HSL color Cylindrical-coordinate representation of color #3D0878: hue angle of 268.39º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0878 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB618120-
CMYK0.490.9300.53
HSL268.39º87.5%25.1%-
HSV(B)268.39º93.33%47.06%-
XYZ5.42.5217.97-
YUV36.62175.06145.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 120 (47.27% from 255) = 63.49%
R=32.28%
G=4.23%
B=63.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6181200.490.9300.53268.3987.525.1
Hex3D878315D03510c5819
Octal75101706113506541413031
Binary1111011000111100011000110111010110101100001100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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