Html Css Color HEX #2A1587 Persian Indigo

📋 copy color: '#2A1587'

red 42 ◦ green 21 ◦ blue 135

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

Shades of Persian Indigo #2A1587

Tints of Persian Indigo #2A1587

RGB

 RED value IS 42 (16.8% from 255) = 21.21%

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 21.21%
G = 10.61%
B = 68.18%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A1587 (or 0x2A1587) is known color: Persian Indigo. HEX triplet: 2A, 15 and 87. RGB value is (42,21,135). Sum of RGB (Red+Green+Blue) = 42+21+135=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 135 (53.12% from 255 or 68.18% from 198); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A1587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1587 is #D5EA78. Grayscale: #272727. Windows color (decimal): -14019193 or 8852778. OLE color: 8852778.

HSL color Cylindrical-coordinate representation of color #2A1587: hue angle of 251.05º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1587 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 21 135 -
CMYK 0.69 0.84 0 0.47
HSL 251.05º 0.73% 0.31% -
HSV(B) 251.05º 0.84% 0.53% -
XYZ 5.6 2.78 23.16 -
YUV 40.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 42 21 135 0.69 0.84 0 0.47 251.05 0.73 0.31
Hex 2A 15 87 45 54 0 2F FB 49 1F
Octal 52 25 207 105 124 0 57 373 111 37
Binary 101010 10101 10000111 1000101 1010100 0 101111 11111011 1001001 11111

Color Harmonies of #2A1587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1587

Black with #2A1587

Text Example


Text Example

White with #2A1587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,21,135); }

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

background-color css

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

 a { background-color: rgb(42,21,135); }

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

border-color css

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

 span { border-color: rgb(42,21,135); }

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