Html Css Color HEX #2A0D89 Persian Indigo

📋 copy color: '#2A0D89'

red 42 ◦ green 13 ◦ blue 137

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

Shades of Persian Indigo #2A0D89

Tints of Persian Indigo #2A0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.77%

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

R = 21.88%
G = 6.77%
B = 71.35%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2A0D89 (or 0x2A0D89) is known color: Persian Indigo. HEX triplet: 2A, 0D and 89. RGB value is (42,13,137). Sum of RGB (Red+Green+Blue) = 42+13+137=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A0D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0D89 is #D5F276. Grayscale: #232323. Windows color (decimal): -14021239 or 8981802. OLE color: 8981802.

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

Color convert

RGB 42 13 137 -
CMYK 0.69 0.91 0 0.46
HSL 254.03º 0.83% 0.29% -
HSV(B) 254.03º 0.91% 0.54% -
XYZ 5.61 2.59 23.87 -
YUV 35.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 42 13 137 0.69 0.91 0 0.46 254.03 0.83 0.29
Hex 2A D 89 45 5B 0 2E FE 53 1D
Octal 52 15 211 105 133 0 56 376 123 35
Binary 101010 1101 10001001 1000101 1011011 0 101110 11111110 1010011 11101

Color Harmonies of #2A0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0D89

Black with #2A0D89

Text Example


Text Example

White with #2A0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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