#3D1672

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

Shades of Persian Indigo #3D1672

Tints of Persian Indigo #3D1672

Color information

#3D1672 (or 0x3D1672) is unknown color: approx Persian Indigo. HEX triplet: 3D, 16 and 72. RGB value is (61,22,114). Sum of RGB (Red+Green+Blue) = 61+22+114=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D1672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1672 is #C2E98D. Grayscale: #2B2B2B. Windows color (decimal): -12773774 or 7476797. OLE color: 7476797.

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

Color convert

RGB6122114-
CMYK0.460.8100.55
HSL265.43º67.65%26.67%-
HSV(B)265.43º80.7%44.71%-
XYZ5.252.7816.18-
YUV44.15167.42140.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=30.96%
G=11.17%
B=57.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61221140.460.8100.55265.4367.6526.67
Hex3D16722E51037109441b
Octal75261625612106741110433
Binary11110110110111001010111010100010110111100001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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