Html Css Color HEX #69178A Indigo

📋 copy color: '#69178A'

red 105 ◦ green 23 ◦ blue 138

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

Shades of Indigo #69178A

Tints of Indigo #69178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 39.47%
G = 8.65%
B = 51.88%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69178A (or 0x69178A) is known color: Indigo. HEX triplet: 69, 17 and 8A. RGB value is (105,23,138). Sum of RGB (Red+Green+Blue) = 105+23+138=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #69178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69178A is #96E875. Grayscale: #3C3C3C. Windows color (decimal): -9889910 or 9049961. OLE color: 9049961.

HSL color Cylindrical-coordinate representation of color #69178A: hue angle of 282.78º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #69178A is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 23 138 -
CMYK 0.24 0.83 0 0.46
HSL 282.78º 0.71% 0.32% -
HSV(B) 282.78º 0.83% 0.54% -
XYZ 10.72 5.45 24.53 -
YUV 60.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 105 23 138 0.24 0.83 0 0.46 282.78 0.71 0.32
Hex 69 17 8A 18 53 0 2E 11B 47 20
Octal 151 27 212 30 123 0 56 433 107 40
Binary 1101001 10111 10001010 11000 1010011 0 101110 100011011 1000111 100000

Color Harmonies of #69178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69178A

Black with #69178A

Text Example


Text Example

White with #69178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,23,138); }

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

background-color css

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

 a { background-color: rgb(105,23,138); }

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

border-color css

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

 span { border-color: rgb(105,23,138); }

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