Html Css Color HEX #491268 Indigo

📋 copy color: '#491268'

red 73 ◦ green 18 ◦ blue 104

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

Shades of Indigo #491268

Tints of Indigo #491268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 37.44%
G = 9.23%
B = 53.33%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491268 (or 0x491268) is known color: Indigo. HEX triplet: 49, 12 and 68. RGB value is (73,18,104). Sum of RGB (Red+Green+Blue) = 73+18+104=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #491268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491268 is #B6ED97. Grayscale: #2B2B2B. Windows color (decimal): -11988376 or 6820425. OLE color: 6820425.

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

Color convert

RGB 73 18 104 -
CMYK 0.30 0.83 0 0.59
HSL 278.37º 0.7% 0.24% -
HSV(B) 278.37º 0.83% 0.41% -
XYZ 5.46 2.85 13.36 -
YUV 44.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 73 18 104 0.30 0.83 0 0.59 278.37 0.7 0.24
Hex 49 12 68 1E 53 0 3B 116 46 18
Octal 111 22 150 36 123 0 73 426 106 30
Binary 1001001 10010 1101000 11110 1010011 0 111011 100010110 1000110 11000

Color Harmonies of #491268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491268

Black with #491268

Text Example


Text Example

White with #491268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491268; }

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

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

background-color css

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

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

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

border-color css

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

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

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