Html Css Color HEX #671097 Indigo

📋 copy color: '#671097'

red 103 ◦ green 16 ◦ blue 151

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

Shades of Indigo #671097

Tints of Indigo #671097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 38.15%
G = 5.93%
B = 55.93%

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

#671097 (or 0x671097) is known color: Indigo. HEX triplet: 67, 10 and 97. RGB value is (103,16,151). Sum of RGB (Red+Green+Blue) = 103+16+151=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #671097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671097 is #98EF68. Grayscale: #383838. Windows color (decimal): -10022761 or 9900135. OLE color: 9900135.

HSL color Cylindrical-coordinate representation of color #671097: hue angle of 278.67º degrees, saturation: 0.81, 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 #671097 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 16 151 -
CMYK 0.32 0.89 0 0.41
HSL 278.67º 0.81% 0.33% -
HSV(B) 278.67º 0.89% 0.59% -
XYZ 11.36 5.49 29.74 -
YUV 57.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 103 16 151 0.32 0.89 0 0.41 278.67 0.81 0.33
Hex 67 10 97 20 59 0 29 117 51 21
Octal 147 20 227 40 131 0 51 427 121 41
Binary 1100111 10000 10010111 100000 1011001 0 101001 100010111 1010001 100001

Color Harmonies of #671097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671097

Black with #671097

Text Example


Text Example

White with #671097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671097; }

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

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

background-color css

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

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

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

border-color css

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

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

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