Html Css Color HEX #671182 Indigo

📋 copy color: '#671182'

red 103 ◦ green 17 ◦ blue 130

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

Shades of Indigo #671182

Tints of Indigo #671182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52%

R = 41.2%
G = 6.8%
B = 52%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#671182 (or 0x671182) is known color: Indigo. HEX triplet: 67, 11 and 82. RGB value is (103,17,130). Sum of RGB (Red+Green+Blue) = 103+17+130=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #671182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671182 is #98EE7D. Grayscale: #373737. Windows color (decimal): -10022526 or 8524135. OLE color: 8524135.

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

Color convert

RGB 103 17 130 -
CMYK 0.21 0.87 0 0.49
HSL 285.66º 0.77% 0.29% -
HSV(B) 285.66º 0.87% 0.51% -
XYZ 9.82 4.9 21.55 -
YUV 55.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 103 17 130 0.21 0.87 0 0.49 285.66 0.77 0.29
Hex 67 11 82 15 57 0 31 11E 4D 1D
Octal 147 21 202 25 127 0 61 436 115 35
Binary 1100111 10001 10000010 10101 1010111 0 110001 100011110 1001101 11101

Color Harmonies of #671182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671182

Black with #671182

Text Example


Text Example

White with #671182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671182; }

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

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

background-color css

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

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

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

border-color css

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

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

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