#240072

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

Shades of Persian Indigo #240072

Tints of Persian Indigo #240072

Color information

#240072 (or 0x240072) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 72. RGB value is (36,0,114). Sum of RGB (Red+Green+Blue) = 36+0+114=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #240072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240072 is #DBFF8D. Grayscale: #171717. Windows color (decimal): -14417806 or 7471140. OLE color: 7471140.

HSL color Cylindrical-coordinate representation of color #240072: hue angle of 258.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240072 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB360114-
CMYK0.68100.55
HSL258.95º100%22.35%-
HSV(B)258.95º100%44.71%-
XYZ3.761.5916.03-
YUV23.76178.93136.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 76%
R=24%
G=0%
B=76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3601140.68100.55258.9510022.35
Hex2407244640371036416
Octal44016210414406740314426
Binary10010001110010100010011001000110111100000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240072; }

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

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

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

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

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

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

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

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