Html Css Color HEX #671584 Indigo

📋 copy color: '#671584'

red 103 ◦ green 21 ◦ blue 132

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

Shades of Indigo #671584

Tints of Indigo #671584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.56%

R = 40.23%
G = 8.2%
B = 51.56%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#671584 (or 0x671584) is known color: Indigo. HEX triplet: 67, 15 and 84. RGB value is (103,21,132). Sum of RGB (Red+Green+Blue) = 103+21+132=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #671584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671584 is #98EA7B. Grayscale: #393939. Windows color (decimal): -10021500 or 8656231. OLE color: 8656231.

HSL color Cylindrical-coordinate representation of color #671584: hue angle of 284.32º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671584 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 21 132 -
CMYK 0.22 0.84 0 0.48
HSL 284.32º 0.73% 0.3% -
HSV(B) 284.32º 0.84% 0.52% -
XYZ 10.03 5.09 22.28 -
YUV 58.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 103 21 132 0.22 0.84 0 0.48 284.32 0.73 0.3
Hex 67 15 84 16 54 0 30 11C 49 1E
Octal 147 25 204 26 124 0 60 434 111 36
Binary 1100111 10101 10000100 10110 1010100 0 110000 100011100 1001001 11110

Color Harmonies of #671584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671584

Black with #671584

Text Example


Text Example

White with #671584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671584; }

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

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

background-color css

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

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

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

border-color css

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

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

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