Html Css Color HEX #671492 Indigo

📋 copy color: '#671492'

red 103 ◦ green 20 ◦ blue 146

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

Shades of Indigo #671492

Tints of Indigo #671492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 146 (57.42% from 255) = 54.28%

R = 38.29%
G = 7.43%
B = 54.28%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#671492 (or 0x671492) is known color: Indigo. HEX triplet: 67, 14 and 92. RGB value is (103,20,146). Sum of RGB (Red+Green+Blue) = 103+20+146=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #671492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671492 is #98EB6D. Grayscale: #3A3A3A. Windows color (decimal): -10021742 or 9573479. OLE color: 9573479.

HSL color Cylindrical-coordinate representation of color #671492: hue angle of 279.52º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671492 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 20 146 -
CMYK 0.29 0.86 0 0.43
HSL 279.52º 0.76% 0.33% -
HSV(B) 279.52º 0.86% 0.57% -
XYZ 11.03 5.46 27.67 -
YUV 59.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 103 20 146 0.29 0.86 0 0.43 279.52 0.76 0.33
Hex 67 14 92 1D 56 0 2B 118 4C 21
Octal 147 24 222 35 126 0 53 430 114 41
Binary 1100111 10100 10010010 11101 1010110 0 101011 100011000 1001100 100001

Color Harmonies of #671492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671492

Black with #671492

Text Example


Text Example

White with #671492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671492; }

 p { color: rgb(103,20,146); }

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

background-color css

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

 a { background-color: rgb(103,20,146); }

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

border-color css

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

 span { border-color: rgb(103,20,146); }

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