#240263

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

Shades of Persian Indigo #240263

Tints of Persian Indigo #240263

Color information

#240263 (or 0x240263) is unknown color: approx Persian Indigo. HEX triplet: 24, 02 and 63. RGB value is (36,2,99). Sum of RGB (Red+Green+Blue) = 36+2+99=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #240263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240263 is #DBFD9C. Grayscale: #161616. Windows color (decimal): -14417309 or 6488612. OLE color: 6488612.

HSL color Cylindrical-coordinate representation of color #240263: hue angle of 261.03º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240263 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB36299-
CMYK0.640.9800.61
HSL261.03º96.04%19.8%-
HSV(B)261.03º97.98%38.82%-
XYZ31.3211.9-
YUV23.22170.76137.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 99 (39.06% from 255) = 72.26%
R=26.28%
G=1.46%
B=72.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal362990.640.9800.61261.0396.0419.8
Hex24263406203D1056014
Octal44214310014207540514024
Binary100100101100011100000011000100111101100000101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240263; }

 p { color: rgb(36,2,99); }

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

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

 a { background-color: rgb(36,2,99); }

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

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

 span { border-color: rgb(36,2,99); }

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