#2427C0

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

Shades of Persian Blue #2427C0

Tints of Persian Blue #2427C0

Color information

#2427C0 (or 0x2427C0) is unknown color: approx Persian Blue. HEX triplet: 24, 27 and C0. RGB value is (36,39,192). Sum of RGB (Red+Green+Blue) = 36+39+192=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #2427C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2427C0 is #DBD83F. Grayscale: #363636. Windows color (decimal): -14407744 or 12592932. OLE color: 12592932.

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

Color convert

RGB3639192-
CMYK0.810.8000.25
HSL238.85º68.42%44.71%-
HSV(B)238.85º81.25%75.29%-
XYZ10.975.6350.38-
YUV55.54205.01114.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 192 (75.39% from 255) = 71.91%
R=13.48%
G=14.61%
B=71.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36391920.810.8000.25238.8568.4244.71
Hex2427C05150019ef442d
Octal444730012112003135710455
Binary1001001001111100000010100011010000011001111011111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2427C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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