Html Css Color HEX #69168D Indigo

📋 copy color: '#69168D'

red 105 ◦ green 22 ◦ blue 141

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

Shades of Indigo #69168D

Tints of Indigo #69168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 39.18%
G = 8.21%
B = 52.61%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69168D (or 0x69168D) is known color: Indigo. HEX triplet: 69, 16 and 8D. RGB value is (105,22,141). Sum of RGB (Red+Green+Blue) = 105+22+141=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #69168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69168D is #96E972. Grayscale: #3B3B3B. Windows color (decimal): -9890163 or 9246313. OLE color: 9246313.

HSL color Cylindrical-coordinate representation of color #69168D: hue angle of 281.85º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69168D is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 22 141 -
CMYK 0.26 0.84 0 0.45
HSL 281.85º 0.73% 0.32% -
HSV(B) 281.85º 0.84% 0.55% -
XYZ 10.92 5.5 25.69 -
YUV 60.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 105 22 141 0.26 0.84 0 0.45 281.85 0.73 0.32
Hex 69 16 8D 1A 54 0 2D 11A 49 20
Octal 151 26 215 32 124 0 55 432 111 40
Binary 1101001 10110 10001101 11010 1010100 0 101101 100011010 1001001 100000

Color Harmonies of #69168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69168D

Black with #69168D

Text Example


Text Example

White with #69168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,22,141); }

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

background-color css

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

 a { background-color: rgb(105,22,141); }

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

border-color css

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

 span { border-color: rgb(105,22,141); }

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