#2A248C

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

Shades of Persian Indigo #2A248C

Tints of Persian Indigo #2A248C

Color information

#2A248C (or 0x2A248C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 24 and 8C. RGB value is (42,36,140). Sum of RGB (Red+Green+Blue) = 42+36+140=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A248C is #D5DB73. Grayscale: #313131. Windows color (decimal): -14015348 or 9184298. OLE color: 9184298.

HSL color Cylindrical-coordinate representation of color #2A248C: hue angle of 243.46º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A248C is Cyan = 0.7, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4236140-
CMYK0.70.7400.45
HSL243.46º59.09%34.51%-
HSV(B)243.46º74.29%54.9%-
XYZ6.323.6525.18-
YUV49.65178.99122.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 140 (55.08% from 255) = 64.22%
R=19.27%
G=16.51%
B=64.22%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42361400.70.7400.45243.4659.0934.51
Hex2A248C464A02Df33b23
Octal52442141061120553637343
Binary1010101001001000110010001101001010010110111110011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A248C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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