#240268

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

Shades of Persian Indigo #240268

Tints of Persian Indigo #240268

Color information

#240268 (or 0x240268) is unknown color: approx Persian Indigo. HEX triplet: 24, 02 and 68. RGB value is (36,2,104). Sum of RGB (Red+Green+Blue) = 36+2+104=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #240268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240268 is #DBFD97. Grayscale: #171717. Windows color (decimal): -14417304 or 6816292. OLE color: 6816292.

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

Color convert

RGB362104-
CMYK0.650.9800.59
HSL260º96.23%20.78%-
HSV(B)260º98.08%40.78%-
XYZ3.251.4213.2-
YUV23.79173.26136.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 104 (41.02% from 255) = 73.24%
R=25.35%
G=1.41%
B=73.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3621040.650.9800.5926096.2320.78
Hex24268416203B1046015
Octal44215010114207340414025
Binary100100101101000100000111000100111011100000100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240268; }

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

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

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

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

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

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

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

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