Html Css Color HEX #671193 Indigo

📋 copy color: '#671193'

red 103 ◦ green 17 ◦ blue 147

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

Shades of Indigo #671193

Tints of Indigo #671193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 38.58%
G = 6.37%
B = 55.06%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#671193 (or 0x671193) is known color: Indigo. HEX triplet: 67, 11 and 93. RGB value is (103,17,147). Sum of RGB (Red+Green+Blue) = 103+17+147=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #671193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671193 is #98EE6C. Grayscale: #393939. Windows color (decimal): -10022509 or 9638247. OLE color: 9638247.

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

Color convert

RGB 103 17 147 -
CMYK 0.30 0.88 0 0.42
HSL 279.69º 0.79% 0.32% -
HSV(B) 279.69º 0.88% 0.58% -
XYZ 11.06 5.39 28.06 -
YUV 57.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 103 17 147 0.30 0.88 0 0.42 279.69 0.79 0.32
Hex 67 11 93 1E 58 0 2A 118 4F 20
Octal 147 21 223 36 130 0 52 430 117 40
Binary 1100111 10001 10010011 11110 1011000 0 101010 100011000 1001111 100000

Color Harmonies of #671193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671193

Black with #671193

Text Example


Text Example

White with #671193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671193; }

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

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

background-color css

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

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

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

border-color css

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

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

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