#240468

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

Shades of Persian Indigo #240468

Tints of Persian Indigo #240468

Color information

#240468 (or 0x240468) is unknown color: approx Persian Indigo. HEX triplet: 24, 04 and 68. RGB value is (36,4,104). Sum of RGB (Red+Green+Blue) = 36+4+104=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #240468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240468 is #DBFB97. Grayscale: #181818. Windows color (decimal): -14416792 or 6816804. OLE color: 6816804.

HSL color Cylindrical-coordinate representation of color #240468: hue angle of 259.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240468 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB364104-
CMYK0.650.9600.59
HSL259.2º92.59%21.18%-
HSV(B)259.2º96.15%40.78%-
XYZ3.271.4613.21-
YUV24.97172.6135.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 104 (41.02% from 255) = 72.22%
R=25%
G=2.78%
B=72.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3641040.650.9600.59259.292.5921.18
Hex24468416003B1035d15
Octal44415010114007340313525
Binary1001001001101000100000111000000111011100000011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240468; }

 p { color: rgb(36,4,104); }

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

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

 a { background-color: rgb(36,4,104); }

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

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

 span { border-color: rgb(36,4,104); }

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