#240168

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

Shades of Persian Indigo #240168

Tints of Persian Indigo #240168

Color information

#240168 (or 0x240168) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 68. RGB value is (36,1,104). Sum of RGB (Red+Green+Blue) = 36+1+104=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #240168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240168 is #DBFE97. Grayscale: #161616. Windows color (decimal): -14417560 or 6816036. OLE color: 6816036.

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

Color convert

RGB361104-
CMYK0.650.9900.59
HSL260.39º98.1%20.59%-
HSV(B)260.39º99.04%40.78%-
XYZ3.241.413.2-
YUV23.21173.6137.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.53%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 104 (41.02% from 255) = 73.76%
R=25.53%
G=0.71%
B=73.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3611040.650.9900.59260.3998.120.59
Hex24168416303B1046215
Octal44115010114307340414225
Binary10010011101000100000111000110111011100000100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240168; }

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

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

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

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

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

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

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

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