#2D087F

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

Shades of Persian Indigo #2D087F

Tints of Persian Indigo #2D087F

Color information

#2D087F (or 0x2D087F) is unknown color: approx Persian Indigo. HEX triplet: 2D, 08 and 7F. RGB value is (45,8,127). Sum of RGB (Red+Green+Blue) = 45+8+127=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D087F is #D2F780. Grayscale: #202020. Windows color (decimal): -13825921 or 8325165. OLE color: 8325165.

HSL color Cylindrical-coordinate representation of color #2D087F: hue angle of 258.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D087F is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB458127-
CMYK0.650.9400.50
HSL258.66º88.15%26.47%-
HSV(B)258.66º93.7%49.8%-
XYZ52.2620.25-
YUV32.63181.26136.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 127 (50% from 255) = 70.56%
R=25%
G=4.44%
B=70.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4581270.650.9400.50258.6688.1526.47
Hex2D87F415E032103581a
Octal551017710113606240313032
Binary10110110001111111100000110111100110010100000011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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