#2429B1

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

Shades of Persian Blue #2429B1

Tints of Persian Blue #2429B1

Color information

#2429B1 (or 0x2429B1) is unknown color: approx Persian Blue. HEX triplet: 24, 29 and B1. RGB value is (36,41,177). Sum of RGB (Red+Green+Blue) = 36+41+177=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #2429B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2429B1 is #DBD64E. Grayscale: #363636. Windows color (decimal): -14407247 or 11610404. OLE color: 11610404.

HSL color Cylindrical-coordinate representation of color #2429B1: hue angle of 237.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2429B1 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3641177-
CMYK0.800.7700.31
HSL237.87º66.2%41.76%-
HSV(B)237.87º79.66%69.41%-
XYZ9.465.1442.09-
YUV55.01196.84114.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 177 (69.53% from 255) = 69.69%
R=14.17%
G=16.14%
B=69.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36411770.800.7700.31237.8766.241.76
Hex2429B1504D01Fee422a
Octal445126112011503735610252
Binary1001001010011011000110100001001101011111111011101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2429B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2429B1; }

 p { color: rgb(36,41,177); }

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

<style>
 a { background-color: #2429B1; }

 a { background-color: rgb(36,41,177); }

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

<style>
 span { border-color: #2429B1; }

 span { border-color: rgb(36,41,177); }

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