Html Css Color HEX #671191 Indigo

📋 copy color: '#671191'

red 103 ◦ green 17 ◦ blue 145

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

Shades of Indigo #671191

Tints of Indigo #671191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.72%

R = 38.87%
G = 6.42%
B = 54.72%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#671191 (or 0x671191) is known color: Indigo. HEX triplet: 67, 11 and 91. RGB value is (103,17,145). Sum of RGB (Red+Green+Blue) = 103+17+145=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #671191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671191 is #98EE6E. Grayscale: #383838. Windows color (decimal): -10022511 or 9507175. OLE color: 9507175.

HSL color Cylindrical-coordinate representation of color #671191: hue angle of 280.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671191 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 17 145 -
CMYK 0.29 0.88 0 0.43
HSL 280.31º 0.79% 0.32% -
HSV(B) 280.31º 0.88% 0.57% -
XYZ 10.9 5.33 27.24 -
YUV 57.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 103 17 145 0.29 0.88 0 0.43 280.31 0.79 0.32
Hex 67 11 91 1D 58 0 2B 118 4F 20
Octal 147 21 221 35 130 0 53 430 117 40
Binary 1100111 10001 10010001 11101 1011000 0 101011 100011000 1001111 100000

Color Harmonies of #671191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671191

Black with #671191

Text Example


Text Example

White with #671191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671191; }

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

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

background-color css

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

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

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

border-color css

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

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

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