#241483

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

Shades of Persian Indigo #241483

Tints of Persian Indigo #241483

Color information

#241483 (or 0x241483) is unknown color: approx Persian Indigo. HEX triplet: 24, 14 and 83. RGB value is (36,20,131). Sum of RGB (Red+Green+Blue) = 36+20+131=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #241483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241483 is #DBEB7C. Grayscale: #252525. Windows color (decimal): -14412669 or 8590372. OLE color: 8590372.

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

Color convert

RGB3620131-
CMYK0.730.8500.49
HSL248.65º73.51%29.61%-
HSV(B)248.65º84.73%51.37%-
XYZ5.072.5121.69-
YUV37.44180.8126.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 131 (51.56% from 255) = 70.05%
R=19.25%
G=10.70%
B=70.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36201310.730.8500.49248.6573.5129.61
Hex2414834955031f94a1e
Octal442420311112506137111236
Binary100100101001000001110010011010101011000111111001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241483; }

 p { color: rgb(36,20,131); }

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

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

 a { background-color: rgb(36,20,131); }

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

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

 span { border-color: rgb(36,20,131); }

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