Html Css Color HEX #670C86 Indigo

📋 copy color: '#670C86'

red 103 ◦ green 12 ◦ blue 134

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

Shades of Indigo #670C86

Tints of Indigo #670C86

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

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

R = 41.37%
G = 4.82%
B = 53.82%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#670C86 (or 0x670C86) is known color: Indigo. HEX triplet: 67, 0C and 86. RGB value is (103,12,134). Sum of RGB (Red+Green+Blue) = 103+12+134=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #670C86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670C86 is #98F379. Grayscale: #343434. Windows color (decimal): -10023802 or 8784999. OLE color: 8784999.

HSL color Cylindrical-coordinate representation of color #670C86: hue angle of 284.75º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670C86 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 12 134 -
CMYK 0.23 0.91 0 0.47
HSL 284.75º 0.84% 0.29% -
HSV(B) 284.75º 0.91% 0.53% -
XYZ 10.03 4.87 22.97 -
YUV 53.12 173.65 163.58 -
System Red Green Blue C M Y K H S L
Decimal 103 12 134 0.23 0.91 0 0.47 284.75 0.84 0.29
Hex 67 C 86 17 5B 0 2F 11D 54 1D
Octal 147 14 206 27 133 0 57 435 124 35
Binary 1100111 1100 10000110 10111 1011011 0 101111 100011101 1010100 11101

Color Harmonies of #670C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C86

Black with #670C86

Text Example


Text Example

White with #670C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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