#240B72

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

Shades of Persian Indigo #240B72

Tints of Persian Indigo #240B72

Color information

#240B72 (or 0x240B72) is unknown color: approx Persian Indigo. HEX triplet: 24, 0B and 72. RGB value is (36,11,114). Sum of RGB (Red+Green+Blue) = 36+11+114=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #240B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B72 is #DBF48D. Grayscale: #1D1D1D. Windows color (decimal): -14414990 or 7473956. OLE color: 7473956.

HSL color Cylindrical-coordinate representation of color #240B72: hue angle of 254.56º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240B72 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3611114-
CMYK0.680.9000.55
HSL254.56º82.4%24.51%-
HSV(B)254.56º90.35%44.71%-
XYZ3.881.8316.07-
YUV30.22175.28132.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=22.36%
G=6.83%
B=70.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36111140.680.9000.55254.5682.424.51
Hex24B72445A037ff5219
Octal441316210413206737712231
Binary1001001011111001010001001011010011011111111111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,11,114); }

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

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

 a { background-color: rgb(36,11,114); }

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

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

 span { border-color: rgb(36,11,114); }

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