#2421DA

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

Shades of Persian Blue #2421DA

Tints of Persian Blue #2421DA

Color information

#2421DA (or 0x2421DA) is unknown color: approx Persian Blue. HEX triplet: 24, 21 and DA. RGB value is (36,33,218). Sum of RGB (Red+Green+Blue) = 36+33+218=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #2421DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2421DA is #DBDE25. Grayscale: #363636. Windows color (decimal): -14409254 or 14295332. OLE color: 14295332.

HSL color Cylindrical-coordinate representation of color #2421DA: hue angle of 240.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2421DA is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3633218-
CMYK0.830.8500.15
HSL240.97º73.71%49.22%-
HSV(B)240.97º84.86%85.49%-
XYZ13.936.5266.86-
YUV54.99219.99114.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.54%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 218 (85.55% from 255) = 75.96%
R=12.54%
G=11.50%
B=75.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal36332180.830.8500.15240.9773.7149.22
Hex2421DA53550Ff14a31
Octal444133212312501736111261
Binary100100100001110110101010011101010101111111100011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2421DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2421DA; }

 p { color: rgb(36,33,218); }

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

<style>
 a { background-color: #2421DA; }

 a { background-color: rgb(36,33,218); }

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

<style>
 span { border-color: #2421DA; }

 span { border-color: rgb(36,33,218); }

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