#2D0571

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

Shades of Persian Indigo #2D0571

Tints of Persian Indigo #2D0571

Color information

#2D0571 (or 0x2D0571) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 71. RGB value is (45,5,113). Sum of RGB (Red+Green+Blue) = 45+5+113=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D0571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0571 is #D2FA8E. Grayscale: #1C1C1C. Windows color (decimal): -13826703 or 7406893. OLE color: 7406893.

HSL color Cylindrical-coordinate representation of color #2D0571: hue angle of 262.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0571 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB455113-
CMYK0.600.9600.56
HSL262.22º91.53%23.14%-
HSV(B)262.22º95.58%44.31%-
XYZ4.121.8615.76-
YUV29.27175.25139.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 113 (44.53% from 255) = 69.33%
R=27.61%
G=3.07%
B=69.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4551130.600.9600.56262.2291.5323.14
Hex2D5713C600381065c17
Octal5551617414007040613427
Binary101101101111000111110011000000111000100000110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D0571; }

 p { color: rgb(45,5,113); }

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

<style>
 a { background-color: #2D0571; }

 a { background-color: rgb(45,5,113); }

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

<style>
 span { border-color: #2D0571; }

 span { border-color: rgb(45,5,113); }

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