Html Css Color HEX #69119A Indigo

📋 copy color: '#69119A'

red 105 ◦ green 17 ◦ blue 154

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

Shades of Indigo #69119A

Tints of Indigo #69119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.8%

R = 38.04%
G = 6.16%
B = 55.8%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69119A (or 0x69119A) is known color: Indigo. HEX triplet: 69, 11 and 9A. RGB value is (105,17,154). Sum of RGB (Red+Green+Blue) = 105+17+154=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #69119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69119A is #96EE65. Grayscale: #3A3A3A. Windows color (decimal): -9891430 or 10097001. OLE color: 10097001.

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

Color convert

RGB 105 17 154 -
CMYK 0.32 0.89 0 0.40
HSL 278.54º 0.8% 0.34% -
HSV(B) 278.54º 0.89% 0.6% -
XYZ 11.86 5.74 31.05 -
YUV 58.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 105 17 154 0.32 0.89 0 0.40 278.54 0.8 0.34
Hex 69 11 9A 20 59 0 28 117 50 22
Octal 151 21 232 40 131 0 50 427 120 42
Binary 1101001 10001 10011010 100000 1011001 0 101000 100010111 1010000 100010

Color Harmonies of #69119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69119A

Black with #69119A

Text Example


Text Example

White with #69119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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