Html Css Color HEX #69129D Indigo

📋 copy color: '#69129D'

red 105 ◦ green 18 ◦ blue 157

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

Shades of Indigo #69129D

Tints of Indigo #69129D

RGB

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

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

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

R = 37.5%
G = 6.43%
B = 56.07%

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

#69129D (or 0x69129D) is known color: Indigo. HEX triplet: 69, 12 and 9D. RGB value is (105,18,157). Sum of RGB (Red+Green+Blue) = 105+18+157=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #69129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69129D is #96ED62. Grayscale: #3B3B3B. Windows color (decimal): -9891171 or 10293865. OLE color: 10293865.

HSL color Cylindrical-coordinate representation of color #69129D: hue angle of 277.55º degrees, saturation: 0.79, 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 #69129D is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 18 157 -
CMYK 0.33 0.89 0 0.38
HSL 277.55º 0.79% 0.34% -
HSV(B) 277.55º 0.89% 0.62% -
XYZ 12.13 5.87 32.39 -
YUV 59.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 105 18 157 0.33 0.89 0 0.38 277.55 0.79 0.34
Hex 69 12 9D 21 59 0 26 116 4F 22
Octal 151 22 235 41 131 0 46 426 117 42
Binary 1101001 10010 10011101 100001 1011001 0 100110 100010110 1001111 100010

Color Harmonies of #69129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69129D

Black with #69129D

Text Example


Text Example

White with #69129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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