#3D1778

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

Shades of Persian Indigo #3D1778

Tints of Persian Indigo #3D1778

Color information

#3D1778 (or 0x3D1778) is unknown color: approx Persian Indigo. HEX triplet: 3D, 17 and 78. RGB value is (61,23,120). Sum of RGB (Red+Green+Blue) = 61+23+120=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1778 is #C2E887. Grayscale: #2D2D2D. Windows color (decimal): -12773512 or 7870269. OLE color: 7870269.

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

Color convert

RGB6123120-
CMYK0.490.8100.53
HSL263.51º67.83%28.04%-
HSV(B)263.51º80.83%47.06%-
XYZ5.622.9618.04-
YUV45.42170.09139.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=29.90%
G=11.27%
B=58.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61231200.490.8100.53263.5167.8328.04
Hex3D17783151035108441c
Octal75271706112106541010434
Binary11110110111111100011000110100010110101100001000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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