Html Css Color HEX #69119B Indigo

📋 copy color: '#69119B'

red 105 ◦ green 17 ◦ blue 155

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

Shades of Indigo #69119B

Tints of Indigo #69119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 37.91%
G = 6.14%
B = 55.96%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69119B (or 0x69119B) is known color: Indigo. HEX triplet: 69, 11 and 9B. RGB value is (105,17,155). Sum of RGB (Red+Green+Blue) = 105+17+155=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #69119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69119B is #96EE64. Grayscale: #3A3A3A. Windows color (decimal): -9891429 or 10162537. OLE color: 10162537.

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

Color convert

RGB 105 17 155 -
CMYK 0.32 0.89 0 0.39
HSL 278.26º 0.8% 0.34% -
HSV(B) 278.26º 0.89% 0.61% -
XYZ 11.94 5.77 31.49 -
YUV 59.04 182.15 160.78 -
System Red Green Blue C M Y K H S L
Decimal 105 17 155 0.32 0.89 0 0.39 278.26 0.8 0.34
Hex 69 11 9B 20 59 0 27 116 50 22
Octal 151 21 233 40 131 0 47 426 120 42
Binary 1101001 10001 10011011 100000 1011001 0 100111 100010110 1010000 100010

Color Harmonies of #69119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69119B

Black with #69119B

Text Example


Text Example

White with #69119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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