#2427C9

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

Shades of Persian Blue #2427C9

Tints of Persian Blue #2427C9

Color information

#2427C9 (or 0x2427C9) is unknown color: approx Persian Blue. HEX triplet: 24, 27 and C9. RGB value is (36,39,201). Sum of RGB (Red+Green+Blue) = 36+39+201=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 201 (78.91% from 255 or 72.83% from 276); Max value from RGB is 201 - color contains mainly: blue. Hex color #2427C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2427C9 is #DBD836. Grayscale: #373737. Windows color (decimal): -14407735 or 13182756. OLE color: 13182756.

HSL color Cylindrical-coordinate representation of color #2427C9: hue angle of 238.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2427C9 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3639201-
CMYK0.820.8100.21
HSL238.91º69.62%46.47%-
HSV(B)238.91º82.09%78.82%-
XYZ126.0455.79-
YUV56.57209.51113.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 201 (78.91% from 255) = 72.83%
R=13.04%
G=14.13%
B=72.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal36392010.820.8100.21238.9169.6246.47
Hex2427C95251015ef462e
Octal444731112212102535710656
Binary1001001001111100100110100101010001010101111011111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2427C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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