#2d0087

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

Shades of Persian Indigo #2D0087

Tints of Persian Indigo #2D0087

Color information

#2D0087 (or 0x2D0087) is unknown color: approx Persian Indigo. HEX triplet: 2D, 00 and 87. RGB value is (45,0,135). Sum of RGB (Red+Green+Blue) = 45+0+135=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D0087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0087 is #D2FF78. Grayscale: #1C1C1C. Windows color (decimal): -13827961 or 8847405. OLE color: 8847405.

HSL color Cylindrical-coordinate representation of color #2D0087: hue angle of 260º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0087 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB450135-
CMYK0.67100.47
HSL260º100%26.47%-
HSV(B)260º100%52.94%-
XYZ5.462.3123.08-
YUV28.84187.91139.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 75%
R=25%
G=0%
B=75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4501350.67100.4726010026.47
Hex2D087436402F104641a
Octal55020710314405740414432
Binary101101010000111100001111001000101111100000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d0087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,135); }

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

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

 a { background-color: rgb(45,0,135); }

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

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

 span { border-color: rgb(45,0,135); }

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