#240262

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

Shades of Persian Indigo #240262

Tints of Persian Indigo #240262

Color information

#240262 (or 0x240262) is unknown color: approx Persian Indigo. HEX triplet: 24, 02 and 62. RGB value is (36,2,98). Sum of RGB (Red+Green+Blue) = 36+2+98=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #240262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240262 is #DBFD9D. Grayscale: #161616. Windows color (decimal): -14417310 or 6423076. OLE color: 6423076.

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

Color convert

RGB36298-
CMYK0.630.9800.62
HSL261.25º96%19.61%-
HSV(B)261.25º97.96%38.43%-
XYZ2.951.311.65-
YUV23.11170.26137.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 98 (38.67% from 255) = 72.06%
R=26.47%
G=1.47%
B=72.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal362980.630.9800.62261.259619.61
Hex242623F6203E1056014
Octal4421427714207640514024
Binary10010010110001011111111000100111110100000101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240262; }

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

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

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

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

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

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

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

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