Html Css Color HEX #69119D Indigo

📋 copy color: '#69119D'

red 105 ◦ green 17 ◦ blue 157

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

Shades of Indigo #69119D

Tints of Indigo #69119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 37.63%
G = 6.09%
B = 56.27%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69119D (or 0x69119D) is known color: Indigo. HEX triplet: 69, 11 and 9D. RGB value is (105,17,157). Sum of RGB (Red+Green+Blue) = 105+17+157=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #69119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69119D is #96EE62. Grayscale: #3A3A3A. Windows color (decimal): -9891427 or 10293609. OLE color: 10293609.

HSL color Cylindrical-coordinate representation of color #69119D: hue angle of 277.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69119D is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 17 157 -
CMYK 0.33 0.89 0 0.38
HSL 277.71º 0.8% 0.34% -
HSV(B) 277.71º 0.89% 0.62% -
XYZ 12.11 5.84 32.39 -
YUV 59.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 105 17 157 0.33 0.89 0 0.38 277.71 0.8 0.34
Hex 69 11 9D 21 59 0 26 116 50 22
Octal 151 21 235 41 131 0 46 426 120 42
Binary 1101001 10001 10011101 100001 1011001 0 100110 100010110 1010000 100010

Color Harmonies of #69119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69119D

Black with #69119D

Text Example


Text Example

White with #69119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69119D; }

 p { color: rgb(105,17,157); }

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

background-color css

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

 a { background-color: rgb(105,17,157); }

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

border-color css

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

 span { border-color: rgb(105,17,157); }

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