#240661

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

Shades of Persian Indigo #240661

Tints of Persian Indigo #240661

Color information

#240661 (or 0x240661) is unknown color: approx Persian Indigo. HEX triplet: 24, 06 and 61. RGB value is (36,6,97). Sum of RGB (Red+Green+Blue) = 36+6+97=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #240661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240661 is #DBF99E. Grayscale: #191919. Windows color (decimal): -14416287 or 6358564. OLE color: 6358564.

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

Color convert

RGB36697-
CMYK0.630.9400.62
HSL259.78º88.35%20.2%-
HSV(B)259.78º93.81%38.04%-
XYZ2.951.3711.42-
YUV25.34168.44135.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=25.90%
G=4.32%
B=69.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal366970.630.9400.62259.7888.3520.2
Hex246613F5E03E1045814
Octal4461417713607640413024
Binary100100110110000111111110111100111110100000100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240661; }

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

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

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

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

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

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

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

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