#2D0871

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

Shades of Persian Indigo #2D0871

Tints of Persian Indigo #2D0871

Color information

#2D0871 (or 0x2D0871) is unknown color: approx Persian Indigo. HEX triplet: 2D, 08 and 71. RGB value is (45,8,113). Sum of RGB (Red+Green+Blue) = 45+8+113=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D0871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0871 is #D2F78E. Grayscale: #1E1E1E. Windows color (decimal): -13825935 or 7407661. OLE color: 7407661.

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

Color convert

RGB458113-
CMYK0.600.9300.56
HSL261.14º86.78%23.73%-
HSV(B)261.14º92.92%44.31%-
XYZ4.151.9215.78-
YUV31.03174.26137.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.11%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 113 (44.53% from 255) = 68.07%
R=27.11%
G=4.82%
B=68.07%

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
Decimal4581130.600.9300.56261.1486.7823.73
Hex2D8713C5D0381055718
Octal55101617413507040512730
Binary1011011000111000111110010111010111000100000101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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