Html Css Color HEX #2A1A8E Persian Indigo

📋 copy color: '#2A1A8E'

red 42 ◦ green 26 ◦ blue 142

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

Shades of Persian Indigo #2A1A8E

Tints of Persian Indigo #2A1A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.38%

 BLUE value IS 142 (55.86% from 255) = 67.62%

R = 20%
G = 12.38%
B = 67.62%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2A1A8E (or 0x2A1A8E) is known color: Persian Indigo. HEX triplet: 2A, 1A and 8E. RGB value is (42,26,142). Sum of RGB (Red+Green+Blue) = 42+26+142=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A1A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1A8E is #D5E571. Grayscale: #2B2B2B. Windows color (decimal): -14017906 or 9312810. OLE color: 9312810.

HSL color Cylindrical-coordinate representation of color #2A1A8E: hue angle of 248.28º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1A8E is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 42 26 142 -
CMYK 0.70 0.82 0 0.44
HSL 248.28º 0.69% 0.33% -
HSV(B) 248.28º 0.82% 0.56% -
XYZ 6.21 3.18 25.88 -
YUV 44.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 42 26 142 0.70 0.82 0 0.44 248.28 0.69 0.33
Hex 2A 1A 8E 46 52 0 2C F8 45 21
Octal 52 32 216 106 122 0 54 370 105 41
Binary 101010 11010 10001110 1000110 1010010 0 101100 11111000 1000101 100001

Color Harmonies of #2A1A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1A8E

Black with #2A1A8E

Text Example


Text Example

White with #2A1A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,26,142); }

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

background-color css

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

 a { background-color: rgb(42,26,142); }

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

border-color css

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

 span { border-color: rgb(42,26,142); }

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