#240083

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

Shades of Persian Indigo #240083

Tints of Persian Indigo #240083

Color information

#240083 (or 0x240083) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 83. RGB value is (36,0,131). Sum of RGB (Red+Green+Blue) = 36+0+131=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #240083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240083 is #DBFF7C. Grayscale: #191919. Windows color (decimal): -14417789 or 8585252. OLE color: 8585252.

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

Color convert

RGB360131-
CMYK0.73100.49
HSL256.49º100%25.69%-
HSV(B)256.49º100%51.37%-
XYZ4.822.0121.61-
YUV25.7187.43135.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 78.44%
R=21.56%
G=0%
B=78.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3601310.73100.49256.4910025.69
Hex240834964031100641a
Octal44020311114406140014432
Binary100100010000011100100111001000110001100000000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240083; }

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

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

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

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

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

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

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

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