Html Css Color HEX #69149D Indigo

📋 copy color: '#69149D'

red 105 ◦ green 20 ◦ blue 157

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

Shades of Indigo #69149D

Tints of Indigo #69149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

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

R = 37.23%
G = 7.09%
B = 55.67%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69149D (or 0x69149D) is known color: Indigo. HEX triplet: 69, 14 and 9D. RGB value is (105,20,157). Sum of RGB (Red+Green+Blue) = 105+20+157=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #69149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69149D is #96EB62. Grayscale: #3C3C3C. Windows color (decimal): -9890659 or 10294377. OLE color: 10294377.

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

Color convert

RGB 105 20 157 -
CMYK 0.33 0.87 0 0.38
HSL 277.23º 0.77% 0.35% -
HSV(B) 277.23º 0.87% 0.62% -
XYZ 12.16 5.94 32.4 -
YUV 61.03 182.16 159.36 -
System Red Green Blue C M Y K H S L
Decimal 105 20 157 0.33 0.87 0 0.38 277.23 0.77 0.35
Hex 69 14 9D 21 57 0 26 115 4D 23
Octal 151 24 235 41 127 0 46 425 115 43
Binary 1101001 10100 10011101 100001 1010111 0 100110 100010101 1001101 100011

Color Harmonies of #69149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69149D

Black with #69149D

Text Example


Text Example

White with #69149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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