Html Css Color HEX #240979 Persian Indigo

📋 copy color: '#240979'

red 36 ◦ green 9 ◦ blue 121

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

Shades of Persian Indigo #240979

Tints of Persian Indigo #240979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 121 (47.66% from 255) = 72.89%

R = 21.69%
G = 5.42%
B = 72.89%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#240979 (or 0x240979) is known color: Persian Indigo. HEX triplet: 24, 09 and 79. RGB value is (36,9,121). Sum of RGB (Red+Green+Blue) = 36+9+121=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #240979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240979 is #DBF686. Grayscale: #1D1D1D. Windows color (decimal): -14415495 or 7932196. OLE color: 7932196.

HSL color Cylindrical-coordinate representation of color #240979: hue angle of 254.46º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240979 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 9 121 -
CMYK 0.70 0.93 0 0.53
HSL 254.46º 0.86% 0.25% -
HSV(B) 254.46º 0.93% 0.47% -
XYZ 4.28 1.95 18.24 -
YUV 29.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 36 9 121 0.70 0.93 0 0.53 254.46 0.86 0.25
Hex 24 9 79 46 5D 0 35 FE 56 19
Octal 44 11 171 106 135 0 65 376 126 31
Binary 100100 1001 1111001 1000110 1011101 0 110101 11111110 1010110 11001

Color Harmonies of #240979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240979

Black with #240979

Text Example


Text Example

White with #240979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240979; }

 p { color: rgb(36,9,121); }

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

background-color css

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

 a { background-color: rgb(36,9,121); }

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

border-color css

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

 span { border-color: rgb(36,9,121); }

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