Html Css Color HEX #2A0993 Persian Indigo

📋 copy color: '#2A0993'

red 42 ◦ green 9 ◦ blue 147

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

Shades of Persian Indigo #2A0993

Tints of Persian Indigo #2A0993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 74.24%

R = 21.21%
G = 4.55%
B = 74.24%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A0993 (or 0x2A0993) is known color: Persian Indigo. HEX triplet: 2A, 09 and 93. RGB value is (42,9,147). Sum of RGB (Red+Green+Blue) = 42+9+147=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A0993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0993 is #D5F66C. Grayscale: #222222. Windows color (decimal): -14022253 or 9636138. OLE color: 9636138.

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

Color convert

RGB 42 9 147 -
CMYK 0.71 0.94 0 0.42
HSL 254.35º 0.88% 0.31% -
HSV(B) 254.35º 0.94% 0.58% -
XYZ 6.32 2.79 27.81 -
YUV 34.6 191.43 133.28 -
System Red Green Blue C M Y K H S L
Decimal 42 9 147 0.71 0.94 0 0.42 254.35 0.88 0.31
Hex 2A 9 93 47 5E 0 2A FE 58 1F
Octal 52 11 223 107 136 0 52 376 130 37
Binary 101010 1001 10010011 1000111 1011110 0 101010 11111110 1011000 11111

Color Harmonies of #2A0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0993

Black with #2A0993

Text Example


Text Example

White with #2A0993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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