Html Css Color HEX #490268 Indigo

📋 copy color: '#490268'

red 73 ◦ green 2 ◦ blue 104

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

Shades of Indigo #490268

Tints of Indigo #490268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.1%

R = 40.78%
G = 1.12%
B = 58.1%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#490268 (or 0x490268) is known color: Indigo. HEX triplet: 49, 02 and 68. RGB value is (73,2,104). Sum of RGB (Red+Green+Blue) = 73+2+104=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #490268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490268 is #B6FD97. Grayscale: #222222. Windows color (decimal): -11992472 or 6816329. OLE color: 6816329.

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

Color convert

RGB 73 2 104 -
CMYK 0.30 0.98 0 0.59
HSL 281.76º 0.96% 0.21% -
HSV(B) 281.76º 0.98% 0.41% -
XYZ 5.27 2.46 13.29 -
YUV 34.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 73 2 104 0.30 0.98 0 0.59 281.76 0.96 0.21
Hex 49 2 68 1E 62 0 3B 11A 60 15
Octal 111 2 150 36 142 0 73 432 140 25
Binary 1001001 10 1101000 11110 1100010 0 111011 100011010 1100000 10101

Color Harmonies of #490268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490268

Black with #490268

Text Example


Text Example

White with #490268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490268; }

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

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

background-color css

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

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

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

border-color css

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

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

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