Html Css Color HEX #671694 Indigo

📋 copy color: '#671694'

red 103 ◦ green 22 ◦ blue 148

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

Shades of Indigo #671694

Tints of Indigo #671694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 37.73%
G = 8.06%
B = 54.21%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#671694 (or 0x671694) is known color: Indigo. HEX triplet: 67, 16 and 94. RGB value is (103,22,148). Sum of RGB (Red+Green+Blue) = 103+22+148=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #671694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671694 is #98E96B. Grayscale: #3C3C3C. Windows color (decimal): -10021228 or 9705063. OLE color: 9705063.

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

Color convert

RGB 103 22 148 -
CMYK 0.30 0.85 0 0.42
HSL 278.57º 0.74% 0.33% -
HSV(B) 278.57º 0.85% 0.58% -
XYZ 11.23 5.6 28.51 -
YUV 60.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 103 22 148 0.30 0.85 0 0.42 278.57 0.74 0.33
Hex 67 16 94 1E 55 0 2A 117 4A 21
Octal 147 26 224 36 125 0 52 427 112 41
Binary 1100111 10110 10010100 11110 1010101 0 101010 100010111 1001010 100001

Color Harmonies of #671694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671694

Black with #671694

Text Example


Text Example

White with #671694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671694; }

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

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

background-color css

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

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

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

border-color css

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

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

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