Html Css Color HEX #671290 Indigo

📋 copy color: '#671290'

red 103 ◦ green 18 ◦ blue 144

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

Shades of Indigo #671290

Tints of Indigo #671290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 38.87%
G = 6.79%
B = 54.34%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#671290 (or 0x671290) is known color: Indigo. HEX triplet: 67, 12 and 90. RGB value is (103,18,144). Sum of RGB (Red+Green+Blue) = 103+18+144=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #671290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671290 is #98ED6F. Grayscale: #393939. Windows color (decimal): -10022256 or 9441895. OLE color: 9441895.

HSL color Cylindrical-coordinate representation of color #671290: hue angle of 280.48º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671290 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 18 144 -
CMYK 0.28 0.88 0 0.44
HSL 280.48º 0.78% 0.32% -
HSV(B) 280.48º 0.88% 0.56% -
XYZ 10.84 5.33 26.84 -
YUV 57.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 103 18 144 0.28 0.88 0 0.44 280.48 0.78 0.32
Hex 67 12 90 1C 58 0 2C 118 4E 20
Octal 147 22 220 34 130 0 54 430 116 40
Binary 1100111 10010 10010000 11100 1011000 0 101100 100011000 1001110 100000

Color Harmonies of #671290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671290

Black with #671290

Text Example


Text Example

White with #671290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671290; }

 p { color: rgb(103,18,144); }

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

background-color css

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

 a { background-color: rgb(103,18,144); }

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

border-color css

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

 span { border-color: rgb(103,18,144); }

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