Html Css Color HEX #671396 Indigo

📋 copy color: '#671396'

red 103 ◦ green 19 ◦ blue 150

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

Shades of Indigo #671396

Tints of Indigo #671396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 37.87%
G = 6.99%
B = 55.15%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#671396 (or 0x671396) is known color: Indigo. HEX triplet: 67, 13 and 96. RGB value is (103,19,150). Sum of RGB (Red+Green+Blue) = 103+19+150=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #671396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671396 is #98EC69. Grayscale: #3A3A3A. Windows color (decimal): -10021994 or 9835367. OLE color: 9835367.

HSL color Cylindrical-coordinate representation of color #671396: hue angle of 278.47º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671396 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 19 150 -
CMYK 0.31 0.87 0 0.41
HSL 278.47º 0.78% 0.33% -
HSV(B) 278.47º 0.87% 0.59% -
XYZ 11.33 5.55 29.33 -
YUV 59.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 103 19 150 0.31 0.87 0 0.41 278.47 0.78 0.33
Hex 67 13 96 1F 57 0 29 116 4E 21
Octal 147 23 226 37 127 0 51 426 116 41
Binary 1100111 10011 10010110 11111 1010111 0 101001 100010110 1001110 100001

Color Harmonies of #671396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671396

Black with #671396

Text Example


Text Example

White with #671396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671396; }

 p { color: rgb(103,19,150); }

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

background-color css

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

 a { background-color: rgb(103,19,150); }

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

border-color css

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

 span { border-color: rgb(103,19,150); }

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