Html Css Color HEX #2A1492 Persian Indigo

📋 copy color: '#2A1492'

red 42 ◦ green 20 ◦ blue 146

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

Shades of Persian Indigo #2A1492

Tints of Persian Indigo #2A1492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

 BLUE value IS 146 (57.42% from 255) = 70.19%

R = 20.19%
G = 9.62%
B = 70.19%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2A1492 (or 0x2A1492) is known color: Persian Indigo. HEX triplet: 2A, 14 and 92. RGB value is (42,20,146). Sum of RGB (Red+Green+Blue) = 42+20+146=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A1492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1492 is #D5EB6D. Grayscale: #282828. Windows color (decimal): -14019438 or 9573418. OLE color: 9573418.

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

Color convert

RGB 42 20 146 -
CMYK 0.71 0.86 0 0.43
HSL 250.48º 0.76% 0.33% -
HSV(B) 250.48º 0.86% 0.57% -
XYZ 6.39 3.07 27.45 -
YUV 40.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 42 20 146 0.71 0.86 0 0.43 250.48 0.76 0.33
Hex 2A 14 92 47 56 0 2B FA 4C 21
Octal 52 24 222 107 126 0 53 372 114 41
Binary 101010 10100 10010010 1000111 1010110 0 101011 11111010 1001100 100001

Color Harmonies of #2A1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1492

Black with #2A1492

Text Example


Text Example

White with #2A1492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,20,146); }

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

background-color css

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

 a { background-color: rgb(42,20,146); }

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

border-color css

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

 span { border-color: rgb(42,20,146); }

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