#240065

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

Shades of Persian Indigo #240065

Tints of Persian Indigo #240065

Color information

#240065 (or 0x240065) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 65. RGB value is (36,0,101). Sum of RGB (Red+Green+Blue) = 36+0+101=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 101 (39.84% from 255 or 73.72% from 137); Max value from RGB is 101 - color contains mainly: blue. Hex color #240065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240065 is #DBFF9A. Grayscale: #151515. Windows color (decimal): -14417819 or 6619172. OLE color: 6619172.

HSL color Cylindrical-coordinate representation of color #240065: hue angle of 261.39º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240065 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB360101-
CMYK0.64100.60
HSL261.39º100%19.8%-
HSV(B)261.39º100%39.61%-
XYZ3.081.3112.4-
YUV22.28172.43137.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 73.72%
R=26.28%
G=0%
B=73.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3601010.64100.60261.3910019.8
Hex24065406403C1056414
Octal44014510014407440514424
Binary10010001100101100000011001000111100100000101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240065; }

 p { color: rgb(36,0,101); }

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

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

 a { background-color: rgb(36,0,101); }

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

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

 span { border-color: rgb(36,0,101); }

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