Html Css Color HEX #2A1589 Persian Indigo

📋 copy color: '#2A1589'

red 42 ◦ green 21 ◦ blue 137

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

Shades of Persian Indigo #2A1589

Tints of Persian Indigo #2A1589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 68.5%

R = 21%
G = 10.5%
B = 68.5%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2A1589 (or 0x2A1589) is known color: Persian Indigo. HEX triplet: 2A, 15 and 89. RGB value is (42,21,137). Sum of RGB (Red+Green+Blue) = 42+21+137=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A1589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1589 is #D5EA76. Grayscale: #282828. Windows color (decimal): -14019191 or 8983850. OLE color: 8983850.

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

Color convert

RGB 42 21 137 -
CMYK 0.69 0.85 0 0.46
HSL 250.86º 0.73% 0.31% -
HSV(B) 250.86º 0.85% 0.54% -
XYZ 5.74 2.83 23.91 -
YUV 40.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 42 21 137 0.69 0.85 0 0.46 250.86 0.73 0.31
Hex 2A 15 89 45 55 0 2E FB 49 1F
Octal 52 25 211 105 125 0 56 373 111 37
Binary 101010 10101 10001001 1000101 1010101 0 101110 11111011 1001001 11111

Color Harmonies of #2A1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1589

Black with #2A1589

Text Example


Text Example

White with #2A1589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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