#241086

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

Shades of Persian Indigo #241086

Tints of Persian Indigo #241086

Color information

#241086 (or 0x241086) is unknown color: approx Persian Indigo. HEX triplet: 24, 10 and 86. RGB value is (36,16,134). Sum of RGB (Red+Green+Blue) = 36+16+134=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #241086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241086 is #DBEF79. Grayscale: #222222. Windows color (decimal): -14413690 or 8785956. OLE color: 8785956.

HSL color Cylindrical-coordinate representation of color #241086: hue angle of 250.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241086 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3616134-
CMYK0.730.8800.47
HSL250.17º78.67%29.41%-
HSV(B)250.17º88.06%52.55%-
XYZ5.222.4722.76-
YUV35.43183.63128.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 134 (52.73% from 255) = 72.04%
R=19.35%
G=8.60%
B=72.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36161340.730.8800.47250.1778.6729.41
Hex241086495802Ffa4f1d
Octal442020611113005737211735
Binary100100100001000011010010011011000010111111111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241086; }

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

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

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

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

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

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

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

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