#241179

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

Shades of Persian Indigo #241179

Tints of Persian Indigo #241179

Color information

#241179 (or 0x241179) is unknown color: approx Persian Indigo. HEX triplet: 24, 11 and 79. RGB value is (36,17,121). Sum of RGB (Red+Green+Blue) = 36+17+121=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #241179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241179 is #DBEE86. Grayscale: #222222. Windows color (decimal): -14413447 or 7934244. OLE color: 7934244.

HSL color Cylindrical-coordinate representation of color #241179: hue angle of 250.96º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241179 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3617121-
CMYK0.700.8600.53
HSL250.96º75.36%27.06%-
HSV(B)250.96º85.95%47.45%-
XYZ4.382.1618.27-
YUV34.54176.79129.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 121 (47.66% from 255) = 69.54%
R=20.69%
G=9.77%
B=69.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36171210.700.8600.53250.9675.3627.06
Hex2411794656035fb4b1b
Octal442117110612606537311333
Binary10010010001111100110001101010110011010111111011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241179; }

 p { color: rgb(36,17,121); }

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

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

 a { background-color: rgb(36,17,121); }

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

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

 span { border-color: rgb(36,17,121); }

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