Html Css Color HEX #671197 Indigo

📋 copy color: '#671197'

red 103 ◦ green 17 ◦ blue 151

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

Shades of Indigo #671197

Tints of Indigo #671197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 38.01%
G = 6.27%
B = 55.72%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#671197 (or 0x671197) is known color: Indigo. HEX triplet: 67, 11 and 97. RGB value is (103,17,151). Sum of RGB (Red+Green+Blue) = 103+17+151=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #671197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671197 is #98EE68. Grayscale: #393939. Windows color (decimal): -10022505 or 9900391. OLE color: 9900391.

HSL color Cylindrical-coordinate representation of color #671197: hue angle of 278.51º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671197 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 17 151 -
CMYK 0.32 0.89 0 0.41
HSL 278.51º 0.8% 0.33% -
HSV(B) 278.51º 0.89% 0.59% -
XYZ 11.38 5.52 29.74 -
YUV 57.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 103 17 151 0.32 0.89 0 0.41 278.51 0.8 0.33
Hex 67 11 97 20 59 0 29 117 50 21
Octal 147 21 227 40 131 0 51 427 120 41
Binary 1100111 10001 10010111 100000 1011001 0 101001 100010111 1010000 100001

Color Harmonies of #671197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671197

Black with #671197

Text Example


Text Example

White with #671197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671197; }

 p { color: rgb(103,17,151); }

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

background-color css

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

 a { background-color: rgb(103,17,151); }

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

border-color css

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

 span { border-color: rgb(103,17,151); }

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