#2d0570

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

Shades of Persian Indigo #2D0570

Tints of Persian Indigo #2D0570

Color information

#2D0570 (or 0x2D0570) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 70. RGB value is (45,5,112). Sum of RGB (Red+Green+Blue) = 45+5+112=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D0570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0570 is #D2FA8F. Grayscale: #1C1C1C. Windows color (decimal): -13826704 or 7341357. OLE color: 7341357.

HSL color Cylindrical-coordinate representation of color #2D0570: hue angle of 262.43º degrees, saturation: 0.91, 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 #2D0570 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB455112-
CMYK0.600.9600.56
HSL262.43º91.45%22.94%-
HSV(B)262.43º95.54%43.92%-
XYZ4.061.8415.47-
YUV29.16174.75139.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.78%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=27.78%
G=3.09%
B=69.14%

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
Decimal4551120.600.9600.56262.4391.4522.94
Hex2D5703C600381065b17
Octal5551607414007040613327
Binary101101101111000011110011000000111000100000110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d0570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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