Html Css Color HEX #2D0587 Persian Indigo

📋 copy color: '#2D0587'

red 45 ◦ green 5 ◦ blue 135

#2D0587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2D0587

Tints of Persian Indigo #2D0587

RGB

 RED value IS 45 (17.97% from 255) = 24.32%

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 135 (53.13% from 255) = 72.97%

R = 24.32%
G = 2.7%
B = 72.97%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D0587 (or 0x2D0587) is known color: Persian Indigo. HEX triplet: 2D, 05 and 87. RGB value is (45,5,135). Sum of RGB (Red+Green+Blue) = 45+5+135=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 135 (53.12% from 255 or 72.97% from 185); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D0587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0587 is #D2FA78. Grayscale: #1F1F1F. Windows color (decimal): -13826681 or 8848685. OLE color: 8848685.

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

Color convert

RGB 45 5 135 -
CMYK 0.67 0.96 0 0.47
HSL 258.46º 0.93% 0.27% -
HSV(B) 258.46º 0.96% 0.53% -
XYZ 5.51 2.42 23.1 -
YUV 31.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 45 5 135 0.67 0.96 0 0.47 258.46 0.93 0.27
Hex 2D 5 87 43 60 0 2F 102 5D 1B
Octal 55 5 207 103 140 0 57 402 135 33
Binary 101101 101 10000111 1000011 1100000 0 101111 100000010 1011101 11011

Color Harmonies of #2D0587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0587

Black with #2D0587

Text Example


Text Example

White with #2D0587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D0587;
 }
 .AnyTagClassName
 {
   color: #2D0587;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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