Html Css Color HEX #490378 Indigo

📋 copy color: '#490378'

red 73 ◦ green 3 ◦ blue 120

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

Shades of Indigo #490378

Tints of Indigo #490378

RGB

 RED value IS 73 (28.91% from 255) = 37.24%

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 37.24%
G = 1.53%
B = 61.22%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#490378 (or 0x490378) is known color: Indigo. HEX triplet: 49, 03 and 78. RGB value is (73,3,120). Sum of RGB (Red+Green+Blue) = 73+3+120=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #490378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490378 is #B6FC87. Grayscale: #242424. Windows color (decimal): -11992200 or 7865161. OLE color: 7865161.

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

Color convert

RGB 73 3 120 -
CMYK 0.39 0.98 0 0.53
HSL 275.9º 0.95% 0.24% -
HSV(B) 275.9º 0.98% 0.47% -
XYZ 6.17 2.84 17.99 -
YUV 37.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 73 3 120 0.39 0.98 0 0.53 275.9 0.95 0.24
Hex 49 3 78 27 62 0 35 114 5F 18
Octal 111 3 170 47 142 0 65 424 137 30
Binary 1001001 11 1111000 100111 1100010 0 110101 100010100 1011111 11000

Color Harmonies of #490378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490378

Black with #490378

Text Example


Text Example

White with #490378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490378; }

 p { color: rgb(73,3,120); }

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

background-color css

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

 a { background-color: rgb(73,3,120); }

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

border-color css

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

 span { border-color: rgb(73,3,120); }

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