Html Css Color HEX #240864 Persian Indigo

📋 copy color: '#240864'

red 36 ◦ green 8 ◦ blue 100

#240864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #240864

Tints of Persian Indigo #240864

RGB

 RED value IS 36 (14.45% from 255) = 25%

 GREEN value IS 8 (3.52% from 255) = 5.56%

 BLUE value IS 100 (39.45% from 255) = 69.44%

R = 25%
G = 5.56%
B = 69.44%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#240864 (or 0x240864) is known color: Persian Indigo. HEX triplet: 24, 08 and 64. RGB value is (36,8,100). Sum of RGB (Red+Green+Blue) = 36+8+100=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 100 (39.45% from 255 or 69.44% from 144); Max value from RGB is 100 - color contains mainly: blue. Hex color #240864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240864 is #DBF79B. Grayscale: #1A1A1A. Windows color (decimal): -14415772 or 6555684. OLE color: 6555684.

HSL color Cylindrical-coordinate representation of color #240864: hue angle of 258.26º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240864 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 8 100 -
CMYK 0.64 0.92 0 0.61
HSL 258.26º 0.85% 0.21% -
HSV(B) 258.26º 0.92% 0.39% -
XYZ 3.11 1.47 12.18 -
YUV 26.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 36 8 100 0.64 0.92 0 0.61 258.26 0.85 0.21
Hex 24 8 64 40 5C 0 3D 102 55 15
Octal 44 10 144 100 134 0 75 402 125 25
Binary 100100 1000 1100100 1000000 1011100 0 111101 100000010 1010101 10101

Color Harmonies of #240864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240864

Black with #240864

Text Example


Text Example

White with #240864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240864; }

 p { color: rgb(36,8,100); }

 H1.HeaderClassName
 {
   color: #240864;
 }
 .AnyTagClassName
 {
   color: #240864;
 }
</style>

background-color css

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

 a { background-color: rgb(36,8,100); }

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

border-color css

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

 span { border-color: rgb(36,8,100); }

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