Html Css Color HEX #2A1586 Persian Indigo

📋 copy color: '#2A1586'

red 42 ◦ green 21 ◦ blue 134

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

Shades of Persian Indigo #2A1586

Tints of Persian Indigo #2A1586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 68.02%

R = 21.32%
G = 10.66%
B = 68.02%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A1586 (or 0x2A1586) is known color: Persian Indigo. HEX triplet: 2A, 15 and 86. RGB value is (42,21,134). Sum of RGB (Red+Green+Blue) = 42+21+134=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #2A1586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1586 is #D5EA79. Grayscale: #272727. Windows color (decimal): -14019194 or 8787242. OLE color: 8787242.

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

Color convert

RGB 42 21 134 -
CMYK 0.69 0.84 0 0.47
HSL 251.15º 0.73% 0.3% -
HSV(B) 251.15º 0.84% 0.53% -
XYZ 5.53 2.75 22.79 -
YUV 40.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 42 21 134 0.69 0.84 0 0.47 251.15 0.73 0.3
Hex 2A 15 86 45 54 0 2F FB 49 1E
Octal 52 25 206 105 124 0 57 373 111 36
Binary 101010 10101 10000110 1000101 1010100 0 101111 11111011 1001001 11110

Color Harmonies of #2A1586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1586

Black with #2A1586

Text Example


Text Example

White with #2A1586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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