Html Css Color HEX #240768 Persian Indigo

📋 copy color: '#240768'

red 36 ◦ green 7 ◦ blue 104

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

Shades of Persian Indigo #240768

Tints of Persian Indigo #240768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

 BLUE value IS 104 (41.02% from 255) = 70.75%

R = 24.49%
G = 4.76%
B = 70.75%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#240768 (or 0x240768) is known color: Persian Indigo. HEX triplet: 24, 07 and 68. RGB value is (36,7,104). Sum of RGB (Red+Green+Blue) = 36+7+104=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #240768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240768 is #DBF897. Grayscale: #1A1A1A. Windows color (decimal): -14416024 or 6817572. OLE color: 6817572.

HSL color Cylindrical-coordinate representation of color #240768: hue angle of 257.94º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240768 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 7 104 -
CMYK 0.65 0.93 0 0.59
HSL 257.94º 0.87% 0.22% -
HSV(B) 257.94º 0.93% 0.41% -
XYZ 3.3 1.53 13.22 -
YUV 26.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 36 7 104 0.65 0.93 0 0.59 257.94 0.87 0.22
Hex 24 7 68 41 5D 0 3B 102 57 16
Octal 44 7 150 101 135 0 73 402 127 26
Binary 100100 111 1101000 1000001 1011101 0 111011 100000010 1010111 10110

Color Harmonies of #240768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240768

Black with #240768

Text Example


Text Example

White with #240768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240768; }

 p { color: rgb(36,7,104); }

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

background-color css

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

 a { background-color: rgb(36,7,104); }

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

border-color css

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

 span { border-color: rgb(36,7,104); }

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