#240161

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

Shades of Persian Indigo #240161

Tints of Persian Indigo #240161

Color information

#240161 (or 0x240161) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 61. RGB value is (36,1,97). Sum of RGB (Red+Green+Blue) = 36+1+97=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #240161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240161 is #DBFE9E. Grayscale: #161616. Windows color (decimal): -14417567 or 6357284. OLE color: 6357284.

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

Color convert

RGB36197-
CMYK0.630.9900.62
HSL261.88º97.96%19.22%-
HSV(B)261.88º98.97%38.04%-
XYZ2.91.2611.4-
YUV22.41170.1137.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.87%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 97 (38.28% from 255) = 72.39%
R=26.87%
G=0.75%
B=72.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal361970.630.9900.62261.8897.9619.22
Hex241613F6303E1066213
Octal4411417714307640614223
Binary1001001110000111111111000110111110100000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240161; }

 p { color: rgb(36,1,97); }

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

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

 a { background-color: rgb(36,1,97); }

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

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

 span { border-color: rgb(36,1,97); }

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