Html Css Color HEX #490A67 Indigo

📋 copy color: '#490A67'

red 73 ◦ green 10 ◦ blue 103

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

Shades of Indigo #490A67

Tints of Indigo #490A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.38%

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

R = 39.25%
G = 5.38%
B = 55.38%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#490A67 (or 0x490A67) is known color: Indigo. HEX triplet: 49, 0A and 67. RGB value is (73,10,103). Sum of RGB (Red+Green+Blue) = 73+10+103=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #490A67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A67 is #B6F598. Grayscale: #272727. Windows color (decimal): -11990425 or 6752841. OLE color: 6752841.

HSL color Cylindrical-coordinate representation of color #490A67: hue angle of 280.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490A67 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 10 103 -
CMYK 0.29 0.90 0 0.60
HSL 280.65º 0.82% 0.22% -
HSV(B) 280.65º 0.9% 0.4% -
XYZ 5.3 2.61 13.06 -
YUV 39.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 73 10 103 0.29 0.90 0 0.60 280.65 0.82 0.22
Hex 49 A 67 1D 5A 0 3C 119 52 16
Octal 111 12 147 35 132 0 74 431 122 26
Binary 1001001 1010 1100111 11101 1011010 0 111100 100011001 1010010 10110

Color Harmonies of #490A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A67

Black with #490A67

Text Example


Text Example

White with #490A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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