#240883

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

Shades of Persian Indigo #240883

Tints of Persian Indigo #240883

Color information

#240883 (or 0x240883) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 83. RGB value is (36,8,131). Sum of RGB (Red+Green+Blue) = 36+8+131=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 131 (51.56% from 255 or 74.86% from 175); Max value from RGB is 131 - color contains mainly: blue. Hex color #240883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240883 is #DBF77C. Grayscale: #1D1D1D. Windows color (decimal): -14415741 or 8587300. OLE color: 8587300.

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

Color convert

RGB368131-
CMYK0.730.9400.49
HSL253.66º88.49%27.25%-
HSV(B)253.66º93.89%51.37%-
XYZ4.912.1921.64-
YUV30.39184.78132-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 131 (51.56% from 255) = 74.86%
R=20.57%
G=4.57%
B=74.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3681310.730.9400.49253.6688.4927.25
Hex24883495E031fe581b
Octal441020311113606137613033
Binary10010010001000001110010011011110011000111111110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240883; }

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

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

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

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

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

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

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

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