Html Css Color HEX #670886 Indigo

📋 copy color: '#670886'

red 103 ◦ green 8 ◦ blue 134

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

Shades of Indigo #670886

Tints of Indigo #670886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 134 (52.73% from 255) = 54.69%

R = 42.04%
G = 3.27%
B = 54.69%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#670886 (or 0x670886) is known color: Indigo. HEX triplet: 67, 08 and 86. RGB value is (103,8,134). Sum of RGB (Red+Green+Blue) = 103+8+134=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #670886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670886 is #98F779. Grayscale: #323232. Windows color (decimal): -10024826 or 8783975. OLE color: 8783975.

HSL color Cylindrical-coordinate representation of color #670886: hue angle of 285.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670886 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 8 134 -
CMYK 0.23 0.94 0 0.47
HSL 285.24º 0.89% 0.28% -
HSV(B) 285.24º 0.94% 0.53% -
XYZ 9.98 4.78 22.95 -
YUV 50.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 103 8 134 0.23 0.94 0 0.47 285.24 0.89 0.28
Hex 67 8 86 17 5E 0 2F 11D 59 1C
Octal 147 10 206 27 136 0 57 435 131 34
Binary 1100111 1000 10000110 10111 1011110 0 101111 100011101 1011001 11100

Color Harmonies of #670886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670886

Black with #670886

Text Example


Text Example

White with #670886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670886; }

 p { color: rgb(103,8,134); }

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

background-color css

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

 a { background-color: rgb(103,8,134); }

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

border-color css

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

 span { border-color: rgb(103,8,134); }

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