#240F75

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

Shades of Persian Indigo #240F75

Tints of Persian Indigo #240F75

Color information

#240F75 (or 0x240F75) is unknown color: approx Persian Indigo. HEX triplet: 24, 0F and 75. RGB value is (36,15,117). Sum of RGB (Red+Green+Blue) = 36+15+117=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #240F75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F75 is #DBF08A. Grayscale: #202020. Windows color (decimal): -14413963 or 7671588. OLE color: 7671588.

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

Color convert

RGB3615117-
CMYK0.690.8700.54
HSL252.35º77.27%25.88%-
HSV(B)252.35º87.18%45.88%-
XYZ4.11217-
YUV32.91175.46130.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.43%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 117 (46.09% from 255) = 69.64%
R=21.43%
G=8.93%
B=69.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36151170.690.8700.54252.3577.2725.88
Hex24F754557036fc4d1a
Octal441716510512706637411532
Binary1001001111111010110001011010111011011011111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240F75; }

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

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

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

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

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

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

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

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