Html Css Color HEX #671491 Indigo

📋 copy color: '#671491'

red 103 ◦ green 20 ◦ blue 145

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

Shades of Indigo #671491

Tints of Indigo #671491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 38.43%
G = 7.46%
B = 54.1%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#671491 (or 0x671491) is known color: Indigo. HEX triplet: 67, 14 and 91. RGB value is (103,20,145). Sum of RGB (Red+Green+Blue) = 103+20+145=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #671491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671491 is #98EB6E. Grayscale: #3A3A3A. Windows color (decimal): -10021743 or 9507943. OLE color: 9507943.

HSL color Cylindrical-coordinate representation of color #671491: hue angle of 279.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671491 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 20 145 -
CMYK 0.29 0.86 0 0.43
HSL 279.84º 0.76% 0.32% -
HSV(B) 279.84º 0.86% 0.57% -
XYZ 10.95 5.43 27.26 -
YUV 59.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 103 20 145 0.29 0.86 0 0.43 279.84 0.76 0.32
Hex 67 14 91 1D 56 0 2B 118 4C 20
Octal 147 24 221 35 126 0 53 430 114 40
Binary 1100111 10100 10010001 11101 1010110 0 101011 100011000 1001100 100000

Color Harmonies of #671491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671491

Black with #671491

Text Example


Text Example

White with #671491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671491; }

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

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

background-color css

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

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

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

border-color css

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

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

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