Html Css Color HEX #2A178E Persian Indigo

📋 copy color: '#2A178E'

red 42 ◦ green 23 ◦ blue 142

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

Shades of Persian Indigo #2A178E

Tints of Persian Indigo #2A178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 20.29%
G = 11.11%
B = 68.6%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2A178E (or 0x2A178E) is known color: Persian Indigo. HEX triplet: 2A, 17 and 8E. RGB value is (42,23,142). Sum of RGB (Red+Green+Blue) = 42+23+142=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A178E is #D5E871. Grayscale: #292929. Windows color (decimal): -14018674 or 9312042. OLE color: 9312042.

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

Color convert

RGB 42 23 142 -
CMYK 0.70 0.84 0 0.44
HSL 249.58º 0.72% 0.32% -
HSV(B) 249.58º 0.84% 0.56% -
XYZ 6.14 3.06 25.86 -
YUV 42.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 42 23 142 0.70 0.84 0 0.44 249.58 0.72 0.32
Hex 2A 17 8E 46 54 0 2C FA 48 20
Octal 52 27 216 106 124 0 54 372 110 40
Binary 101010 10111 10001110 1000110 1010100 0 101100 11111010 1001000 100000

Color Harmonies of #2A178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A178E

Black with #2A178E

Text Example


Text Example

White with #2A178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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