Html Css Color HEX #2A1588 Persian Indigo

📋 copy color: '#2A1588'

red 42 ◦ green 21 ◦ blue 136

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

Shades of Persian Indigo #2A1588

Tints of Persian Indigo #2A1588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 68.34%

R = 21.11%
G = 10.55%
B = 68.34%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A1588 (or 0x2A1588) is known color: Persian Indigo. HEX triplet: 2A, 15 and 88. RGB value is (42,21,136). Sum of RGB (Red+Green+Blue) = 42+21+136=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A1588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1588 is #D5EA77. Grayscale: #272727. Windows color (decimal): -14019192 or 8918314. OLE color: 8918314.

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

Color convert

RGB 42 21 136 -
CMYK 0.69 0.85 0 0.47
HSL 250.96º 0.73% 0.31% -
HSV(B) 250.96º 0.85% 0.53% -
XYZ 5.67 2.81 23.54 -
YUV 40.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 42 21 136 0.69 0.85 0 0.47 250.96 0.73 0.31
Hex 2A 15 88 45 55 0 2F FB 49 1F
Octal 52 25 210 105 125 0 57 373 111 37
Binary 101010 10101 10001000 1000101 1010101 0 101111 11111011 1001001 11111

Color Harmonies of #2A1588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1588

Black with #2A1588

Text Example


Text Example

White with #2A1588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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