#2421DC

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

Shades of Persian Blue #2421DC

Tints of Persian Blue #2421DC

Color information

#2421DC (or 0x2421DC) is unknown color: approx Persian Blue. HEX triplet: 24, 21 and DC. RGB value is (36,33,220). Sum of RGB (Red+Green+Blue) = 36+33+220=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #2421DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2421DC is #DBDE23. Grayscale: #363636. Windows color (decimal): -14409252 or 14426404. OLE color: 14426404.

HSL color Cylindrical-coordinate representation of color #2421DC: hue angle of 240.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2421DC is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3633220-
CMYK0.840.8500.14
HSL240.96º73.91%49.61%-
HSV(B)240.96º85%86.27%-
XYZ14.196.6368.24-
YUV55.22220.99114.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.46%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 220 (86.33% from 255) = 76.12%
R=12.46%
G=11.42%
B=76.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal36332200.840.8500.14240.9673.9149.61
Hex2421DC54550Ef14a32
Octal444133412412501636111262
Binary100100100001110111001010100101010101110111100011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2421DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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