Html Css Color HEX #2A1487 Persian Indigo

📋 copy color: '#2A1487'

red 42 ◦ green 20 ◦ blue 135

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

Shades of Persian Indigo #2A1487

Tints of Persian Indigo #2A1487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

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

R = 21.32%
G = 10.15%
B = 68.53%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A1487 (or 0x2A1487) is known color: Persian Indigo. HEX triplet: 2A, 14 and 87. RGB value is (42,20,135). Sum of RGB (Red+Green+Blue) = 42+20+135=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A1487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1487 is #D5EB78. Grayscale: #272727. Windows color (decimal): -14019449 or 8852522. OLE color: 8852522.

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

Color convert

RGB 42 20 135 -
CMYK 0.69 0.85 0 0.47
HSL 251.48º 0.74% 0.3% -
HSV(B) 251.48º 0.85% 0.53% -
XYZ 5.58 2.74 23.16 -
YUV 39.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 42 20 135 0.69 0.85 0 0.47 251.48 0.74 0.3
Hex 2A 14 87 45 55 0 2F FB 4A 1E
Octal 52 24 207 105 125 0 57 373 112 36
Binary 101010 10100 10000111 1000101 1010101 0 101111 11111011 1001010 11110

Color Harmonies of #2A1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1487

Black with #2A1487

Text Example


Text Example

White with #2A1487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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