#2421C0

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

Shades of Persian Blue #2421C0

Tints of Persian Blue #2421C0

Color information

#2421C0 (or 0x2421C0) is unknown color: approx Persian Blue. HEX triplet: 24, 21 and C0. RGB value is (36,33,192). Sum of RGB (Red+Green+Blue) = 36+33+192=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #2421C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2421C0 is #DBDE3F. Grayscale: #333333. Windows color (decimal): -14409280 or 12591396. OLE color: 12591396.

HSL color Cylindrical-coordinate representation of color #2421C0: hue angle of 241.13º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2421C0 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3633192-
CMYK0.810.8300.25
HSL241.13º70.67%44.12%-
HSV(B)241.13º82.81%75.29%-
XYZ10.795.2750.32-
YUV52.02206.99116.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 192 (75.39% from 255) = 73.56%
R=13.79%
G=12.64%
B=73.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36331920.810.8300.25241.1370.6744.12
Hex2421C05153019f1472c
Octal444130012112303136110754
Binary1001001000011100000010100011010011011001111100011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2421C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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