Html Css Color HEX #490784 Indigo

📋 copy color: '#490784'

red 73 ◦ green 7 ◦ blue 132

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

Shades of Indigo #490784

Tints of Indigo #490784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 62.26%

R = 34.43%
G = 3.3%
B = 62.26%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#490784 (or 0x490784) is known color: Indigo. HEX triplet: 49, 07 and 84. RGB value is (73,7,132). Sum of RGB (Red+Green+Blue) = 73+7+132=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #490784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490784 is #B6F87B. Grayscale: #282828. Windows color (decimal): -11991164 or 8652617. OLE color: 8652617.

HSL color Cylindrical-coordinate representation of color #490784: hue angle of 271.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490784 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 7 132 -
CMYK 0.45 0.95 0 0.48
HSL 271.68º 0.9% 0.27% -
HSV(B) 271.68º 0.95% 0.52% -
XYZ 6.99 3.23 22.09 -
YUV 40.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 73 7 132 0.45 0.95 0 0.48 271.68 0.9 0.27
Hex 49 7 84 2D 5F 0 30 110 5A 1B
Octal 111 7 204 55 137 0 60 420 132 33
Binary 1001001 111 10000100 101101 1011111 0 110000 100010000 1011010 11011

Color Harmonies of #490784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490784

Black with #490784

Text Example


Text Example

White with #490784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490784; }

 p { color: rgb(73,7,132); }

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

background-color css

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

 a { background-color: rgb(73,7,132); }

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

border-color css

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

 span { border-color: rgb(73,7,132); }

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