#240762

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

Shades of Persian Indigo #240762

Tints of Persian Indigo #240762

Color information

#240762 (or 0x240762) is unknown color: approx Persian Indigo. HEX triplet: 24, 07 and 62. RGB value is (36,7,98). Sum of RGB (Red+Green+Blue) = 36+7+98=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #240762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240762 is #DBF89D. Grayscale: #191919. Windows color (decimal): -14416030 or 6424356. OLE color: 6424356.

HSL color Cylindrical-coordinate representation of color #240762: hue angle of 259.12º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240762 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB36798-
CMYK0.630.9300.62
HSL259.12º86.67%20.59%-
HSV(B)259.12º92.86%38.43%-
XYZ3.011.4111.67-
YUV26.04168.61135.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.53%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=25.53%
G=4.96%
B=69.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal367980.630.9300.62259.1286.6720.59
Hex247623F5D03E1035715
Octal4471427713507640312725
Binary100100111110001011111110111010111110100000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240762; }

 p { color: rgb(36,7,98); }

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

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

 a { background-color: rgb(36,7,98); }

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

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

 span { border-color: rgb(36,7,98); }

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