Html Css Color HEX #490567 Indigo

📋 copy color: '#490567'

red 73 ◦ green 5 ◦ blue 103

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

Shades of Indigo #490567

Tints of Indigo #490567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 40.33%
G = 2.76%
B = 56.91%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#490567 (or 0x490567) is known color: Indigo. HEX triplet: 49, 05 and 67. RGB value is (73,5,103). Sum of RGB (Red+Green+Blue) = 73+5+103=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #490567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490567 is #B6FA98. Grayscale: #242424. Windows color (decimal): -11991705 or 6751561. OLE color: 6751561.

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

Color convert

RGB 73 5 103 -
CMYK 0.29 0.95 0 0.60
HSL 281.63º 0.91% 0.21% -
HSV(B) 281.63º 0.95% 0.4% -
XYZ 5.25 2.5 13.04 -
YUV 36.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 73 5 103 0.29 0.95 0 0.60 281.63 0.91 0.21
Hex 49 5 67 1D 5F 0 3C 11A 5B 15
Octal 111 5 147 35 137 0 74 432 133 25
Binary 1001001 101 1100111 11101 1011111 0 111100 100011010 1011011 10101

Color Harmonies of #490567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490567

Black with #490567

Text Example


Text Example

White with #490567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490567; }

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

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

background-color css

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

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

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

border-color css

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

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

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