Html Css Color HEX #691290 Indigo

📋 copy color: '#691290'

red 105 ◦ green 18 ◦ blue 144

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

Shades of Indigo #691290

Tints of Indigo #691290

RGB

 RED value IS 105 (41.41% from 255) = 39.33%

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

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

R = 39.33%
G = 6.74%
B = 53.93%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#691290 (or 0x691290) is known color: Indigo. HEX triplet: 69, 12 and 90. RGB value is (105,18,144). Sum of RGB (Red+Green+Blue) = 105+18+144=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #691290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691290 is #96ED6F. Grayscale: #393939. Windows color (decimal): -9891184 or 9441897. OLE color: 9441897.

HSL color Cylindrical-coordinate representation of color #691290: hue angle of 281.43º 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 #691290 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 18 144 -
CMYK 0.27 0.88 0 0.44
HSL 281.43º 0.78% 0.32% -
HSV(B) 281.43º 0.88% 0.56% -
XYZ 11.08 5.45 26.85 -
YUV 58.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 105 18 144 0.27 0.88 0 0.44 281.43 0.78 0.32
Hex 69 12 90 1B 58 0 2C 119 4E 20
Octal 151 22 220 33 130 0 54 431 116 40
Binary 1101001 10010 10010000 11011 1011000 0 101100 100011001 1001110 100000

Color Harmonies of #691290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691290

Black with #691290

Text Example


Text Example

White with #691290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691290; }

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

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

background-color css

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

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

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

border-color css

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

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

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