#240081

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

Shades of Persian Indigo #240081

Tints of Persian Indigo #240081

Color information

#240081 (or 0x240081) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 81. RGB value is (36,0,129). Sum of RGB (Red+Green+Blue) = 36+0+129=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 129 (50.78% from 255 or 78.18% from 165); Max value from RGB is 129 - color contains mainly: blue. Hex color #240081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240081 is #DBFF7E. Grayscale: #181818. Windows color (decimal): -14417791 or 8454180. OLE color: 8454180.

HSL color Cylindrical-coordinate representation of color #240081: hue angle of 256.74º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240081 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB360129-
CMYK0.72100.49
HSL256.74º100%25.29%-
HSV(B)256.74º100%50.59%-
XYZ4.691.9620.9-
YUV25.47186.43135.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 78.18%
R=21.82%
G=0%
B=78.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3601290.72100.49256.7410025.29
Hex2408148640311016419
Octal44020111014406140114431
Binary100100010000001100100011001000110001100000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240081; }

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

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

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

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

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

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

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

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