Html Css Color HEX #240478 Persian Indigo

📋 copy color: '#240478'

red 36 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #240478

Tints of Persian Indigo #240478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 75%

R = 22.5%
G = 2.5%
B = 75%

CMYK

 C value IS 0.7

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#240478 (or 0x240478) is known color: Persian Indigo. HEX triplet: 24, 04 and 78. RGB value is (36,4,120). Sum of RGB (Red+Green+Blue) = 36+4+120=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #240478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240478 is #DBFB87. Grayscale: #1A1A1A. Windows color (decimal): -14416776 or 7865380. OLE color: 7865380.

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

Color convert

RGB 36 4 120 -
CMYK 0.7 0.97 0 0.53
HSL 256.55º 0.94% 0.24% -
HSV(B) 256.55º 0.97% 0.47% -
XYZ 4.16 1.82 17.9 -
YUV 26.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 36 4 120 0.7 0.97 0 0.53 256.55 0.94 0.24
Hex 24 4 78 46 61 0 35 101 5E 18
Octal 44 4 170 106 141 0 65 401 136 30
Binary 100100 100 1111000 1000110 1100001 0 110101 100000001 1011110 11000

Color Harmonies of #240478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240478

Black with #240478

Text Example


Text Example

White with #240478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240478; }

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

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

background-color css

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

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

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

border-color css

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

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

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