Html Css Color HEX #671185 Indigo

📋 copy color: '#671185'

red 103 ◦ green 17 ◦ blue 133

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

Shades of Indigo #671185

Tints of Indigo #671185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

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

R = 40.71%
G = 6.72%
B = 52.57%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#671185 (or 0x671185) is known color: Indigo. HEX triplet: 67, 11 and 85. RGB value is (103,17,133). Sum of RGB (Red+Green+Blue) = 103+17+133=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #671185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671185 is #98EE7A. Grayscale: #373737. Windows color (decimal): -10022523 or 8720743. OLE color: 8720743.

HSL color Cylindrical-coordinate representation of color #671185: hue angle of 284.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671185 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 17 133 -
CMYK 0.23 0.87 0 0.48
HSL 284.48º 0.77% 0.29% -
HSV(B) 284.48º 0.87% 0.52% -
XYZ 10.03 4.98 22.62 -
YUV 55.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 103 17 133 0.23 0.87 0 0.48 284.48 0.77 0.29
Hex 67 11 85 17 57 0 30 11C 4D 1D
Octal 147 21 205 27 127 0 60 434 115 35
Binary 1100111 10001 10000101 10111 1010111 0 110000 100011100 1001101 11101

Color Harmonies of #671185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671185

Black with #671185

Text Example


Text Example

White with #671185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671185; }

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

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

background-color css

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

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

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

border-color css

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

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

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