#240860

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

Shades of Persian Indigo #240860

Tints of Persian Indigo #240860

Color information

#240860 (or 0x240860) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 60. RGB value is (36,8,96). Sum of RGB (Red+Green+Blue) = 36+8+96=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #240860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240860 is #DBF79F. Grayscale: #1A1A1A. Windows color (decimal): -14415776 or 6293540. OLE color: 6293540.

HSL color Cylindrical-coordinate representation of color #240860: hue angle of 259.09º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240860 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB36896-
CMYK0.620.9200.62
HSL259.09º84.62%20.39%-
HSV(B)259.09º91.67%37.65%-
XYZ2.931.3911.18-
YUV26.4167.28134.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.71%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=25.71%
G=5.71%
B=68.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal368960.620.9200.62259.0984.6220.39
Hex248603E5C03E1035514
Octal44101407613407640312524
Binary1001001000110000011111010111000111110100000011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240860; }

 p { color: rgb(36,8,96); }

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

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

 a { background-color: rgb(36,8,96); }

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

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

 span { border-color: rgb(36,8,96); }

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