#240068

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

Shades of Persian Indigo #240068

Tints of Persian Indigo #240068

Color information

#240068 (or 0x240068) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 68. RGB value is (36,0,104). Sum of RGB (Red+Green+Blue) = 36+0+104=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #240068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240068 is #DBFF97. Grayscale: #161616. Windows color (decimal): -14417816 or 6815780. OLE color: 6815780.

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

Color convert

RGB360104-
CMYK0.65100.59
HSL260.77º100%20.39%-
HSV(B)260.77º100%40.78%-
XYZ3.231.3713.19-
YUV22.62173.93137.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 74.29%
R=25.71%
G=0%
B=74.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3601040.65100.59260.7710020.39
Hex24068416403B1056414
Octal44015010114407340514424
Binary10010001101000100000111001000111011100000101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240068; }

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

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

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

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

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

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

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

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