Html Css Color HEX #69088D Indigo

📋 copy color: '#69088D'

red 105 ◦ green 8 ◦ blue 141

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

Shades of Indigo #69088D

Tints of Indigo #69088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 41.34%
G = 3.15%
B = 55.51%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69088D (or 0x69088D) is known color: Indigo. HEX triplet: 69, 08 and 8D. RGB value is (105,8,141). Sum of RGB (Red+Green+Blue) = 105+8+141=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #69088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69088D is #96F772. Grayscale: #333333. Windows color (decimal): -9893747 or 9242729. OLE color: 9242729.

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

Color convert

RGB 105 8 141 -
CMYK 0.26 0.94 0 0.45
HSL 283.76º 0.89% 0.29% -
HSV(B) 283.76º 0.94% 0.55% -
XYZ 10.72 5.1 25.62 -
YUV 52.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 105 8 141 0.26 0.94 0 0.45 283.76 0.89 0.29
Hex 69 8 8D 1A 5E 0 2D 11C 59 1D
Octal 151 10 215 32 136 0 55 434 131 35
Binary 1101001 1000 10001101 11010 1011110 0 101101 100011100 1011001 11101

Color Harmonies of #69088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69088D

Black with #69088D

Text Example


Text Example

White with #69088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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