#2428A9

Color #2428A9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2428A9

Tints of Persian Blue #2428A9

Color information

#2428A9 (or 0x2428A9) is unknown color: approx Persian Blue. HEX triplet: 24, 28 and A9. RGB value is (36,40,169). Sum of RGB (Red+Green+Blue) = 36+40+169=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 169 (66.41% from 255 or 68.98% from 245); Max value from RGB is 169 - color contains mainly: blue. Hex color #2428A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2428A9 is #DBD756. Grayscale: #343434. Windows color (decimal): -14407511 or 11085860. OLE color: 11085860.

HSL color Cylindrical-coordinate representation of color #2428A9: hue angle of 238.2º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2428A9 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3640169-
CMYK0.790.7600.34
HSL238.2º64.88%40.2%-
HSV(B)238.2º78.7%66.27%-
XYZ8.654.7638-
YUV53.51193.17115.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.69%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 169 (66.41% from 255) = 68.98%
R=14.69%
G=16.33%
B=68.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36401690.790.7600.34238.264.8840.2
Hex2428A94F4C022ee4128
Octal445025111711404235610150
Binary10010010100010101001100111110011000100010111011101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2428A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2428A9; }

 p { color: rgb(36,40,169); }

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

<style>
 a { background-color: #2428A9; }

 a { background-color: rgb(36,40,169); }

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

<style>
 span { border-color: #2428A9; }

 span { border-color: rgb(36,40,169); }

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