#240362

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

Shades of Persian Indigo #240362

Tints of Persian Indigo #240362

Color information

#240362 (or 0x240362) is unknown color: approx Persian Indigo. HEX triplet: 24, 03 and 62. RGB value is (36,3,98). Sum of RGB (Red+Green+Blue) = 36+3+98=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #240362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240362 is #DBFC9D. Grayscale: #171717. Windows color (decimal): -14417054 or 6423332. OLE color: 6423332.

HSL color Cylindrical-coordinate representation of color #240362: hue angle of 260.84º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240362 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB36398-
CMYK0.630.9700.62
HSL260.84º94.06%19.8%-
HSV(B)260.84º96.94%38.43%-
XYZ2.961.3211.65-
YUV23.7169.93136.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=26.28%
G=2.19%
B=71.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal363980.630.9700.62260.8494.0619.8
Hex243623F6103E1055e14
Octal4431427714107640513624
Binary10010011110001011111111000010111110100000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240362; }

 p { color: rgb(36,3,98); }

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

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

 a { background-color: rgb(36,3,98); }

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

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

 span { border-color: rgb(36,3,98); }

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