Html Css Color HEX #2A048E Persian Indigo

📋 copy color: '#2A048E'

red 42 ◦ green 4 ◦ blue 142

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

Shades of Persian Indigo #2A048E

Tints of Persian Indigo #2A048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 22.34%
G = 2.13%
B = 75.53%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2A048E (or 0x2A048E) is known color: Persian Indigo. HEX triplet: 2A, 04 and 8E. RGB value is (42,4,142). Sum of RGB (Red+Green+Blue) = 42+4+142=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A048E is #D5FB71. Grayscale: #1E1E1E. Windows color (decimal): -14023538 or 9307178. OLE color: 9307178.

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

Color convert

RGB 42 4 142 -
CMYK 0.70 0.97 0 0.44
HSL 256.52º 0.95% 0.29% -
HSV(B) 256.52º 0.97% 0.56% -
XYZ 5.88 2.53 25.77 -
YUV 31.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 42 4 142 0.70 0.97 0 0.44 256.52 0.95 0.29
Hex 2A 4 8E 46 61 0 2C 101 5F 1D
Octal 52 4 216 106 141 0 54 401 137 35
Binary 101010 100 10001110 1000110 1100001 0 101100 100000001 1011111 11101

Color Harmonies of #2A048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A048E

Black with #2A048E

Text Example


Text Example

White with #2A048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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