Html Css Color HEX #671695 Indigo

📋 copy color: '#671695'

red 103 ◦ green 22 ◦ blue 149

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

Shades of Indigo #671695

Tints of Indigo #671695

RGB

 RED value IS 103 (40.63% from 255) = 37.59%

 GREEN value IS 22 (8.98% from 255) = 8.03%

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 37.59%
G = 8.03%
B = 54.38%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#671695 (or 0x671695) is known color: Indigo. HEX triplet: 67, 16 and 95. RGB value is (103,22,149). Sum of RGB (Red+Green+Blue) = 103+22+149=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #671695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671695 is #98E96A. Grayscale: #3C3C3C. Windows color (decimal): -10021227 or 9770599. OLE color: 9770599.

HSL color Cylindrical-coordinate representation of color #671695: hue angle of 278.27º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671695 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 22 149 -
CMYK 0.31 0.85 0 0.42
HSL 278.27º 0.74% 0.34% -
HSV(B) 278.27º 0.85% 0.58% -
XYZ 11.31 5.63 28.92 -
YUV 60.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 103 22 149 0.31 0.85 0 0.42 278.27 0.74 0.34
Hex 67 16 95 1F 55 0 2A 116 4A 22
Octal 147 26 225 37 125 0 52 426 112 42
Binary 1100111 10110 10010101 11111 1010101 0 101010 100010110 1001010 100010

Color Harmonies of #671695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671695

Black with #671695

Text Example


Text Example

White with #671695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671695; }

 p { color: rgb(103,22,149); }

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

background-color css

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

 a { background-color: rgb(103,22,149); }

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

border-color css

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

 span { border-color: rgb(103,22,149); }

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