#2A248E

Color #2A248E Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2A248E

Tints of Persian Indigo #2A248E

Color information

#2A248E (or 0x2A248E) is unknown color: approx Persian Indigo. HEX triplet: 2A, 24 and 8E. RGB value is (42,36,142). Sum of RGB (Red+Green+Blue) = 42+36+142=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A248E is #D5DB71. Grayscale: #313131. Windows color (decimal): -14015346 or 9315370. OLE color: 9315370.

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

Color convert

RGB4236142-
CMYK0.700.7500.44
HSL243.4º59.55%34.9%-
HSV(B)243.4º74.65%55.69%-
XYZ6.473.7125.97-
YUV49.88179.99122.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=19.09%
G=16.36%
B=64.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42361420.700.7500.44243.459.5534.9
Hex2A248E464B02Cf33c23
Octal52442161061130543637443
Binary1010101001001000111010001101001011010110011110011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A248E;
 }
 .AnyTagClassName
 {
   color: #2A248E;
 }
</style>
background-color css

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

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

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

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

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

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