#241071

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

Shades of Persian Indigo #241071

Tints of Persian Indigo #241071

Color information

#241071 (or 0x241071) is unknown color: approx Persian Indigo. HEX triplet: 24, 10 and 71. RGB value is (36,16,113). Sum of RGB (Red+Green+Blue) = 36+16+113=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #241071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241071 is #DBEF8E. Grayscale: #202020. Windows color (decimal): -14413711 or 7409700. OLE color: 7409700.

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

Color convert

RGB3616113-
CMYK0.680.8600.56
HSL252.37º75.19%25.29%-
HSV(B)252.37º85.84%44.31%-
XYZ3.891.9415.79-
YUV33.04173.13130.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=21.82%
G=9.70%
B=68.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36161130.680.8600.56252.3775.1925.29
Hex2410714456038fc4b19
Octal442016110412607037411331
Binary10010010000111000110001001010110011100011111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241071; }

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

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

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

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

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

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

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

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