#2D0870

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

Shades of Persian Indigo #2D0870

Tints of Persian Indigo #2D0870

Color information

#2D0870 (or 0x2D0870) is unknown color: approx Persian Indigo. HEX triplet: 2D, 08 and 70. RGB value is (45,8,112). Sum of RGB (Red+Green+Blue) = 45+8+112=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0870 is #D2F78F. Grayscale: #1E1E1E. Windows color (decimal): -13825936 or 7342125. OLE color: 7342125.

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

Color convert

RGB458112-
CMYK0.600.9300.56
HSL261.35º86.67%23.53%-
HSV(B)261.35º92.86%43.92%-
XYZ4.091.915.48-
YUV30.92173.76138.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 112 (44.14% from 255) = 67.88%
R=27.27%
G=4.85%
B=67.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4581120.600.9300.56261.3586.6723.53
Hex2D8703C5D0381055718
Octal55101607413507040512730
Binary1011011000111000011110010111010111000100000101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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