#240F7B

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

Shades of Persian Indigo #240F7B

Tints of Persian Indigo #240F7B

Color information

#240F7B (or 0x240F7B) is unknown color: approx Persian Indigo. HEX triplet: 24, 0F and 7B. RGB value is (36,15,123). Sum of RGB (Red+Green+Blue) = 36+15+123=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #240F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F7B is #DBF084. Grayscale: #212121. Windows color (decimal): -14413957 or 8064804. OLE color: 8064804.

HSL color Cylindrical-coordinate representation of color #240F7B: hue angle of 251.67º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240F7B is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3615123-
CMYK0.710.8800.52
HSL251.67º78.26%27.06%-
HSV(B)251.67º87.8%48.24%-
XYZ4.472.1518.92-
YUV33.59178.46129.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 123 (48.44% from 255) = 70.69%
R=20.69%
G=8.62%
B=70.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36151230.710.8800.52251.6778.2627.06
Hex24F7B4758034fc4e1b
Octal441717310713006437411633
Binary1001001111111101110001111011000011010011111100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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