Html Css Color HEX #671585 Indigo

📋 copy color: '#671585'

red 103 ◦ green 21 ◦ blue 133

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

Shades of Indigo #671585

Tints of Indigo #671585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.75%

R = 40.08%
G = 8.17%
B = 51.75%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#671585 (or 0x671585) is known color: Indigo. HEX triplet: 67, 15 and 85. RGB value is (103,21,133). Sum of RGB (Red+Green+Blue) = 103+21+133=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #671585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671585 is #98EA7A. Grayscale: #393939. Windows color (decimal): -10021499 or 8721767. OLE color: 8721767.

HSL color Cylindrical-coordinate representation of color #671585: hue angle of 283.93º 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 #671585 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 21 133 -
CMYK 0.23 0.84 0 0.48
HSL 283.93º 0.73% 0.3% -
HSV(B) 283.93º 0.84% 0.52% -
XYZ 10.1 5.11 22.65 -
YUV 58.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 103 21 133 0.23 0.84 0 0.48 283.93 0.73 0.3
Hex 67 15 85 17 54 0 30 11C 49 1E
Octal 147 25 205 27 124 0 60 434 111 36
Binary 1100111 10101 10000101 10111 1010100 0 110000 100011100 1001001 11110

Color Harmonies of #671585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671585

Black with #671585

Text Example


Text Example

White with #671585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671585; }

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

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

background-color css

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

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

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

border-color css

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

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

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