#241279

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

Shades of Persian Indigo #241279

Tints of Persian Indigo #241279

Color information

#241279 (or 0x241279) is unknown color: approx Persian Indigo. HEX triplet: 24, 12 and 79. RGB value is (36,18,121). Sum of RGB (Red+Green+Blue) = 36+18+121=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 121 (47.66% from 255 or 69.14% from 175); Max value from RGB is 121 - color contains mainly: blue. Hex color #241279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241279 is #DBED86. Grayscale: #222222. Windows color (decimal): -14413191 or 7934500. OLE color: 7934500.

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

Color convert

RGB3618121-
CMYK0.700.8500.53
HSL250.49º74.1%27.25%-
HSV(B)250.49º85.12%47.45%-
XYZ4.42.1918.28-
YUV35.12176.46128.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 121 (47.66% from 255) = 69.14%
R=20.57%
G=10.29%
B=69.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36181210.700.8500.53250.4974.127.25
Hex2412794655035fa4a1b
Octal442217110612506537211233
Binary10010010010111100110001101010101011010111111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241279; }

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

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

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

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

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

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

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

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