Html Css Color HEX #671095 Indigo

📋 copy color: '#671095'

red 103 ◦ green 16 ◦ blue 149

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

Shades of Indigo #671095

Tints of Indigo #671095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 38.43%
G = 5.97%
B = 55.6%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#671095 (or 0x671095) is known color: Indigo. HEX triplet: 67, 10 and 95. RGB value is (103,16,149). Sum of RGB (Red+Green+Blue) = 103+16+149=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #671095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671095 is #98EF6A. Grayscale: #383838. Windows color (decimal): -10022763 or 9769063. OLE color: 9769063.

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

Color convert

RGB 103 16 149 -
CMYK 0.31 0.89 0 0.42
HSL 279.25º 0.81% 0.32% -
HSV(B) 279.25º 0.89% 0.58% -
XYZ 11.2 5.42 28.89 -
YUV 57.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 103 16 149 0.31 0.89 0 0.42 279.25 0.81 0.32
Hex 67 10 95 1F 59 0 2A 117 51 20
Octal 147 20 225 37 131 0 52 427 121 40
Binary 1100111 10000 10010101 11111 1011001 0 101010 100010111 1010001 100000

Color Harmonies of #671095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671095

Black with #671095

Text Example


Text Example

White with #671095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671095; }

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

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

background-color css

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

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

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

border-color css

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

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

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