Html Css Color HEX #2A0991 Persian Indigo

📋 copy color: '#2A0991'

red 42 ◦ green 9 ◦ blue 145

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

Shades of Persian Indigo #2A0991

Tints of Persian Indigo #2A0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 145 (57.03% from 255) = 73.98%

R = 21.43%
G = 4.59%
B = 73.98%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2A0991 (or 0x2A0991) is known color: Persian Indigo. HEX triplet: 2A, 09 and 91. RGB value is (42,9,145). Sum of RGB (Red+Green+Blue) = 42+9+145=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #2A0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0991 is #D5F66E. Grayscale: #212121. Windows color (decimal): -14022255 or 9505066. OLE color: 9505066.

HSL color Cylindrical-coordinate representation of color #2A0991: hue angle of 254.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0991 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 9 145 -
CMYK 0.71 0.94 0 0.43
HSL 254.56º 0.88% 0.3% -
HSV(B) 254.56º 0.94% 0.57% -
XYZ 6.16 2.73 26.99 -
YUV 34.37 190.43 133.44 -
System Red Green Blue C M Y K H S L
Decimal 42 9 145 0.71 0.94 0 0.43 254.56 0.88 0.3
Hex 2A 9 91 47 5E 0 2B FF 58 1E
Octal 52 11 221 107 136 0 53 377 130 36
Binary 101010 1001 10010001 1000111 1011110 0 101011 11111111 1011000 11110

Color Harmonies of #2A0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0991

Black with #2A0991

Text Example


Text Example

White with #2A0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,9,145); }

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

background-color css

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

 a { background-color: rgb(42,9,145); }

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

border-color css

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

 span { border-color: rgb(42,9,145); }

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