Html Css Color HEX #671493 Indigo

📋 copy color: '#671493'

red 103 ◦ green 20 ◦ blue 147

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

Shades of Indigo #671493

Tints of Indigo #671493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 147 (57.81% from 255) = 54.44%

R = 38.15%
G = 7.41%
B = 54.44%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#671493 (or 0x671493) is known color: Indigo. HEX triplet: 67, 14 and 93. RGB value is (103,20,147). Sum of RGB (Red+Green+Blue) = 103+20+147=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #671493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671493 is #98EB6C. Grayscale: #3A3A3A. Windows color (decimal): -10021741 or 9639015. OLE color: 9639015.

HSL color Cylindrical-coordinate representation of color #671493: hue angle of 279.21º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671493 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 20 147 -
CMYK 0.30 0.86 0 0.42
HSL 279.21º 0.76% 0.33% -
HSV(B) 279.21º 0.86% 0.58% -
XYZ 11.11 5.49 28.08 -
YUV 59.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 103 20 147 0.30 0.86 0 0.42 279.21 0.76 0.33
Hex 67 14 93 1E 56 0 2A 117 4C 21
Octal 147 24 223 36 126 0 52 427 114 41
Binary 1100111 10100 10010011 11110 1010110 0 101010 100010111 1001100 100001

Color Harmonies of #671493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671493

Black with #671493

Text Example


Text Example

White with #671493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671493; }

 p { color: rgb(103,20,147); }

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

background-color css

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

 a { background-color: rgb(103,20,147); }

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

border-color css

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

 span { border-color: rgb(103,20,147); }

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