#2D0562

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

Shades of Persian Indigo #2D0562

Tints of Persian Indigo #2D0562

Color information

#2D0562 (or 0x2D0562) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 62. RGB value is (45,5,98). Sum of RGB (Red+Green+Blue) = 45+5+98=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D0562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0562 is #D2FA9D. Grayscale: #1B1B1B. Windows color (decimal): -13826718 or 6423853. OLE color: 6423853.

HSL color Cylindrical-coordinate representation of color #2D0562: hue angle of 265.81º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0562 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB45598-
CMYK0.540.9500.62
HSL265.81º90.29%20.2%-
HSV(B)265.81º94.9%38.43%-
XYZ3.341.5511.68-
YUV27.56167.75140.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.41%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=30.41%
G=3.38%
B=66.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal455980.540.9500.62265.8190.2920.2
Hex2D562365F03E10a5a14
Octal5551426613707641213224
Binary101101101110001011011010111110111110100001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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