Html Css Color HEX #671590 Indigo

📋 copy color: '#671590'

red 103 ◦ green 21 ◦ blue 144

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

Shades of Indigo #671590

Tints of Indigo #671590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 38.43%
G = 7.84%
B = 53.73%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#671590 (or 0x671590) is known color: Indigo. HEX triplet: 67, 15 and 90. RGB value is (103,21,144). Sum of RGB (Red+Green+Blue) = 103+21+144=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #671590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671590 is #98EA6F. Grayscale: #3B3B3B. Windows color (decimal): -10021488 or 9442663. OLE color: 9442663.

HSL color Cylindrical-coordinate representation of color #671590: hue angle of 280º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671590 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 21 144 -
CMYK 0.28 0.85 0 0.44
HSL 280º 0.75% 0.32% -
HSV(B) 280º 0.85% 0.56% -
XYZ 10.9 5.43 26.86 -
YUV 59.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 103 21 144 0.28 0.85 0 0.44 280 0.75 0.32
Hex 67 15 90 1C 55 0 2C 118 4B 20
Octal 147 25 220 34 125 0 54 430 113 40
Binary 1100111 10101 10010000 11100 1010101 0 101100 100011000 1001011 100000

Color Harmonies of #671590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671590

Black with #671590

Text Example


Text Example

White with #671590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671590; }

 p { color: rgb(103,21,144); }

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

background-color css

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

 a { background-color: rgb(103,21,144); }

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

border-color css

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

 span { border-color: rgb(103,21,144); }

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