#241382

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

Shades of Persian Indigo #241382

Tints of Persian Indigo #241382

Color information

#241382 (or 0x241382) is unknown color: approx Persian Indigo. HEX triplet: 24, 13 and 82. RGB value is (36,19,130). Sum of RGB (Red+Green+Blue) = 36+19+130=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #241382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241382 is #DBEC7D. Grayscale: #242424. Windows color (decimal): -14412926 or 8524580. OLE color: 8524580.

HSL color Cylindrical-coordinate representation of color #241382: hue angle of 249.19º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241382 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3619130-
CMYK0.720.8500.49
HSL249.19º74.5%29.22%-
HSV(B)249.19º85.38%50.98%-
XYZ4.992.4521.33-
YUV36.74180.63127.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 130 (51.17% from 255) = 70.27%
R=19.46%
G=10.27%
B=70.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36191300.720.8500.49249.1974.529.22
Hex2413824855031f94a1d
Octal442320211012506137111235
Binary100100100111000001010010001010101011000111111001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241382; }

 p { color: rgb(36,19,130); }

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

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

 a { background-color: rgb(36,19,130); }

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

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

 span { border-color: rgb(36,19,130); }

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