#241582

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

Shades of Persian Indigo #241582

Tints of Persian Indigo #241582

Color information

#241582 (or 0x241582) is unknown color: approx Persian Indigo. HEX triplet: 24, 15 and 82. RGB value is (36,21,130). Sum of RGB (Red+Green+Blue) = 36+21+130=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #241582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241582 is #DBEA7D. Grayscale: #252525. Windows color (decimal): -14412414 or 8525092. OLE color: 8525092.

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

Color convert

RGB3621130-
CMYK0.720.8400.49
HSL248.26º72.19%29.61%-
HSV(B)248.26º83.85%50.98%-
XYZ5.022.5221.34-
YUV37.91179.97126.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 130 (51.17% from 255) = 69.52%
R=19.25%
G=11.23%
B=69.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36211300.720.8400.49248.2672.1929.61
Hex2415824854031f8481e
Octal442520211012406137011036
Binary100100101011000001010010001010100011000111111000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241582; }

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

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

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

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

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

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

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

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