#240371

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

Shades of Persian Indigo #240371

Tints of Persian Indigo #240371

Color information

#240371 (or 0x240371) is unknown color: approx Persian Indigo. HEX triplet: 24, 03 and 71. RGB value is (36,3,113). Sum of RGB (Red+Green+Blue) = 36+3+113=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #240371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240371 is #DBFC8E. Grayscale: #191919. Windows color (decimal): -14417039 or 7406372. OLE color: 7406372.

HSL color Cylindrical-coordinate representation of color #240371: hue angle of 258º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240371 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB363113-
CMYK0.680.9700.56
HSL258º94.83%22.75%-
HSV(B)258º97.35%44.31%-
XYZ3.741.6315.74-
YUV25.41177.43135.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 113 (44.53% from 255) = 74.34%
R=23.68%
G=1.97%
B=74.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3631130.680.9700.5625894.8322.75
Hex2437144610381025f17
Octal44316110414107040213727
Binary100100111110001100010011000010111000100000010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240371; }

 p { color: rgb(36,3,113); }

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

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

 a { background-color: rgb(36,3,113); }

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

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

 span { border-color: rgb(36,3,113); }

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