#240078

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

Shades of Persian Indigo #240078

Tints of Persian Indigo #240078

Color information

#240078 (or 0x240078) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 78. RGB value is (36,0,120). Sum of RGB (Red+Green+Blue) = 36+0+120=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #240078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240078 is #DBFF87. Grayscale: #181818. Windows color (decimal): -14417800 or 7864356. OLE color: 7864356.

HSL color Cylindrical-coordinate representation of color #240078: hue angle of 258º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240078 is Cyan = 0.7, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB360120-
CMYK0.7100.53
HSL258º100%23.53%-
HSV(B)258º100%47.06%-
XYZ4.121.7317.89-
YUV24.44181.93136.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 76.92%
R=23.08%
G=0%
B=76.92%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3601200.7100.5325810023.53
Hex2407846640351026418
Octal44017010614406540214430
Binary10010001111000100011011001000110101100000010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240078; }

 p { color: rgb(36,0,120); }

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

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

 a { background-color: rgb(36,0,120); }

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

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

 span { border-color: rgb(36,0,120); }

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