Html Css Color HEX #490267 Indigo

📋 copy color: '#490267'

red 73 ◦ green 2 ◦ blue 103

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

Shades of Indigo #490267

Tints of Indigo #490267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 103 (40.63% from 255) = 57.87%

R = 41.01%
G = 1.12%
B = 57.87%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#490267 (or 0x490267) is known color: Indigo. HEX triplet: 49, 02 and 67. RGB value is (73,2,103). Sum of RGB (Red+Green+Blue) = 73+2+103=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #490267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490267 is #B6FD98. Grayscale: #222222. Windows color (decimal): -11992473 or 6750793. OLE color: 6750793.

HSL color Cylindrical-coordinate representation of color #490267: hue angle of 282.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490267 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 2 103 -
CMYK 0.29 0.98 0 0.60
HSL 282.18º 0.96% 0.21% -
HSV(B) 282.18º 0.98% 0.4% -
XYZ 5.22 2.44 13.03 -
YUV 34.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 73 2 103 0.29 0.98 0 0.60 282.18 0.96 0.21
Hex 49 2 67 1D 62 0 3C 11A 60 15
Octal 111 2 147 35 142 0 74 432 140 25
Binary 1001001 10 1100111 11101 1100010 0 111100 100011010 1100000 10101

Color Harmonies of #490267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490267

Black with #490267

Text Example


Text Example

White with #490267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490267; }

 p { color: rgb(73,2,103); }

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

background-color css

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

 a { background-color: rgb(73,2,103); }

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

border-color css

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

 span { border-color: rgb(73,2,103); }

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