#240075

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

Shades of Persian Indigo #240075

Tints of Persian Indigo #240075

Color information

#240075 (or 0x240075) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 75. RGB value is (36,0,117). Sum of RGB (Red+Green+Blue) = 36+0+117=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #240075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240075 is #DBFF8A. Grayscale: #171717. Windows color (decimal): -14417803 or 7667748. OLE color: 7667748.

HSL color Cylindrical-coordinate representation of color #240075: hue angle of 258.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240075 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB360117-
CMYK0.69100.54
HSL258.46º100%22.94%-
HSV(B)258.46º100%45.88%-
XYZ3.941.6616.94-
YUV24.1180.43136.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 76.47%
R=23.53%
G=0%
B=76.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3601170.69100.54258.4610022.94
Hex2407545640361026417
Octal44016510514406640214427
Binary10010001110101100010111001000110110100000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240075; }

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

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

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

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

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

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

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

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