#2A258D

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

Shades of Persian Indigo #2A258D

Tints of Persian Indigo #2A258D

Color information

#2A258D (or 0x2A258D) is unknown color: approx Persian Indigo. HEX triplet: 2A, 25 and 8D. RGB value is (42,37,141). Sum of RGB (Red+Green+Blue) = 42+37+141=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A258D is #D5DA72. Grayscale: #313131. Windows color (decimal): -14015091 or 9250090. OLE color: 9250090.

HSL color Cylindrical-coordinate representation of color #2A258D: hue angle of 242.88º degrees, saturation: 0.58, 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 #2A258D is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4237141-
CMYK0.700.7400.45
HSL242.88º58.43%34.9%-
HSV(B)242.88º73.76%55.29%-
XYZ6.423.7425.58-
YUV50.35179.16122.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 141 (55.47% from 255) = 64.09%
R=19.09%
G=16.82%
B=64.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42371410.700.7400.45242.8858.4334.9
Hex2A258D464A02Df33a23
Octal52452151061120553637243
Binary1010101001011000110110001101001010010110111110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,37,141); }

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

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

 a { background-color: rgb(42,37,141); }

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

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

 span { border-color: rgb(42,37,141); }

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