#2417c0

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

Shades of Persian Blue #2417C0

Tints of Persian Blue #2417C0

Color information

#2417C0 (or 0x2417C0) is unknown color: approx Persian Blue. HEX triplet: 24, 17 and C0. RGB value is (36,23,192). Sum of RGB (Red+Green+Blue) = 36+23+192=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 192 (75.39% from 255 or 76.49% from 251); Max value from RGB is 192 - color contains mainly: blue. Hex color #2417C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2417C0 is #DBE83F. Grayscale: #2D2D2D. Windows color (decimal): -14411840 or 12588836. OLE color: 12588836.

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

Color convert

RGB3623192-
CMYK0.810.8800.25
HSL244.62º78.6%42.16%-
HSV(B)244.62º88.02%75.29%-
XYZ10.554.7950.24-
YUV46.15210.31120.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 192 (75.39% from 255) = 76.49%
R=14.34%
G=9.16%
B=76.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36231920.810.8800.25244.6278.642.16
Hex2417C05158019f54f2a
Octal442730012113003136511752
Binary100100101111100000010100011011000011001111101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2417c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2417c0; }

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

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

<style>
 a { background-color: #2417c0; }

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

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

<style>
 span { border-color: #2417c0; }

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

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