Html Css Color HEX #670E9C Indigo

📋 copy color: '#670E9C'

red 103 ◦ green 14 ◦ blue 156

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

Shades of Indigo #670E9C

Tints of Indigo #670E9C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 37.73%
G = 5.13%
B = 57.14%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#670E9C (or 0x670E9C) is known color: Indigo. HEX triplet: 67, 0E and 9C. RGB value is (103,14,156). Sum of RGB (Red+Green+Blue) = 103+14+156=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #670E9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670E9C is #98F163. Grayscale: #383838. Windows color (decimal): -10023268 or 10227303. OLE color: 10227303.

HSL color Cylindrical-coordinate representation of color #670E9C: hue angle of 277.61º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670E9C is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 14 156 -
CMYK 0.34 0.91 0 0.39
HSL 277.61º 0.84% 0.33% -
HSV(B) 277.61º 0.91% 0.61% -
XYZ 11.75 5.6 31.91 -
YUV 56.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 103 14 156 0.34 0.91 0 0.39 277.61 0.84 0.33
Hex 67 E 9C 22 5B 0 27 116 54 21
Octal 147 16 234 42 133 0 47 426 124 41
Binary 1100111 1110 10011100 100010 1011011 0 100111 100010110 1010100 100001

Color Harmonies of #670E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670E9C

Black with #670E9C

Text Example


Text Example

White with #670E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,14,156); }

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

background-color css

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

 a { background-color: rgb(103,14,156); }

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

border-color css

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

 span { border-color: rgb(103,14,156); }

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