#3D1676

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

Shades of Persian Indigo #3D1676

Tints of Persian Indigo #3D1676

Color information

#3D1676 (or 0x3D1676) is unknown color: approx Persian Indigo. HEX triplet: 3D, 16 and 76. RGB value is (61,22,118). Sum of RGB (Red+Green+Blue) = 61+22+118=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D1676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1676 is #C2E989. Grayscale: #2C2C2C. Windows color (decimal): -12773770 or 7738941. OLE color: 7738941.

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

Color convert

RGB6122118-
CMYK0.480.8100.54
HSL264.38º68.57%27.45%-
HSV(B)264.38º81.36%46.27%-
XYZ5.482.8717.41-
YUV44.6169.42139.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=30.35%
G=10.95%
B=58.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61221180.480.8100.54264.3868.5727.45
Hex3D16763051036108451b
Octal75261666012106641010533
Binary11110110110111011011000010100010110110100001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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