#240186

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

Shades of Persian Indigo #240186

Tints of Persian Indigo #240186

Color information

#240186 (or 0x240186) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 86. RGB value is (36,1,134). Sum of RGB (Red+Green+Blue) = 36+1+134=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 134 (52.73% from 255 or 78.36% from 171); Max value from RGB is 134 - color contains mainly: blue. Hex color #240186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240186 is #DBFE79. Grayscale: #1A1A1A. Windows color (decimal): -14417530 or 8782116. OLE color: 8782116.

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

Color convert

RGB361134-
CMYK0.730.9900.47
HSL255.79º98.52%26.47%-
HSV(B)255.79º99.25%52.55%-
XYZ5.042.1222.7-
YUV26.63188.6134.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.05%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 134 (52.73% from 255) = 78.36%
R=21.05%
G=0.58%
B=78.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3611340.730.9900.47255.7998.5226.47
Hex24186496302F100631a
Octal44120611114305740014332
Binary100100110000110100100111000110101111100000000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240186; }

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

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

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

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

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

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

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

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