Html Css Color HEX #240479 Persian Indigo

📋 copy color: '#240479'

red 36 ◦ green 4 ◦ blue 121

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

Shades of Persian Indigo #240479

Tints of Persian Indigo #240479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.48%

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

R = 22.36%
G = 2.48%
B = 75.16%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#240479 (or 0x240479) is known color: Persian Indigo. HEX triplet: 24, 04 and 79. RGB value is (36,4,121). Sum of RGB (Red+Green+Blue) = 36+4+121=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #240479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240479 is #DBFB86. Grayscale: #1A1A1A. Windows color (decimal): -14416775 or 7930916. OLE color: 7930916.

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

Color convert

RGB 36 4 121 -
CMYK 0.70 0.97 0 0.53
HSL 256.41º 0.94% 0.25% -
HSV(B) 256.41º 0.97% 0.47% -
XYZ 4.22 1.84 18.22 -
YUV 26.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 36 4 121 0.70 0.97 0 0.53 256.41 0.94 0.25
Hex 24 4 79 46 61 0 35 100 5E 19
Octal 44 4 171 106 141 0 65 400 136 31
Binary 100100 100 1111001 1000110 1100001 0 110101 100000000 1011110 11001

Color Harmonies of #240479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240479

Black with #240479

Text Example


Text Example

White with #240479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240479; }

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

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

background-color css

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

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

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

border-color css

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

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

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