Html Css Color HEX #2A1189 Persian Indigo

📋 copy color: '#2A1189'

red 42 ◦ green 17 ◦ blue 137

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

Shades of Persian Indigo #2A1189

Tints of Persian Indigo #2A1189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 21.43%
G = 8.67%
B = 69.9%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2A1189 (or 0x2A1189) is known color: Persian Indigo. HEX triplet: 2A, 11 and 89. RGB value is (42,17,137). Sum of RGB (Red+Green+Blue) = 42+17+137=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A1189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1189 is #D5EE76. Grayscale: #252525. Windows color (decimal): -14020215 or 8982826. OLE color: 8982826.

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

Color convert

RGB 42 17 137 -
CMYK 0.69 0.88 0 0.46
HSL 252.5º 0.78% 0.3% -
HSV(B) 252.5º 0.88% 0.54% -
XYZ 5.67 2.7 23.89 -
YUV 38.16 183.78 130.74 -
System Red Green Blue C M Y K H S L
Decimal 42 17 137 0.69 0.88 0 0.46 252.5 0.78 0.3
Hex 2A 11 89 45 58 0 2E FD 4E 1E
Octal 52 21 211 105 130 0 56 375 116 36
Binary 101010 10001 10001001 1000101 1011000 0 101110 11111101 1001110 11110

Color Harmonies of #2A1189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1189

Black with #2A1189

Text Example


Text Example

White with #2A1189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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