#240968

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

Shades of Persian Indigo #240968

Tints of Persian Indigo #240968

Color information

#240968 (or 0x240968) is unknown color: approx Persian Indigo. HEX triplet: 24, 09 and 68. RGB value is (36,9,104). Sum of RGB (Red+Green+Blue) = 36+9+104=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #240968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240968 is #DBF697. Grayscale: #1B1B1B. Windows color (decimal): -14415512 or 6818084. OLE color: 6818084.

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

Color convert

RGB369104-
CMYK0.650.9100.59
HSL257.05º84.07%22.16%-
HSV(B)257.05º91.35%40.78%-
XYZ3.321.5713.22-
YUV27.9170.95133.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 104 (41.02% from 255) = 69.80%
R=24.16%
G=6.04%
B=69.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3691040.650.9100.59257.0584.0722.16
Hex24968415B03B1015416
Octal441115010113307340112426
Binary10010010011101000100000110110110111011100000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240968; }

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

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

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

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

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

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

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

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