Html Css Color HEX #69088F Indigo

📋 copy color: '#69088F'

red 105 ◦ green 8 ◦ blue 143

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

Shades of Indigo #69088F

Tints of Indigo #69088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.86%

R = 41.02%
G = 3.13%
B = 55.86%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69088F (or 0x69088F) is known color: Indigo. HEX triplet: 69, 08 and 8F. RGB value is (105,8,143). Sum of RGB (Red+Green+Blue) = 105+8+143=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #69088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69088F is #96F770. Grayscale: #333333. Windows color (decimal): -9893745 or 9373801. OLE color: 9373801.

HSL color Cylindrical-coordinate representation of color #69088F: hue angle of 283.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69088F is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 8 143 -
CMYK 0.27 0.94 0 0.44
HSL 283.11º 0.89% 0.3% -
HSV(B) 283.11º 0.94% 0.56% -
XYZ 10.87 5.16 26.41 -
YUV 52.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 105 8 143 0.27 0.94 0 0.44 283.11 0.89 0.3
Hex 69 8 8F 1B 5E 0 2C 11B 59 1E
Octal 151 10 217 33 136 0 54 433 131 36
Binary 1101001 1000 10001111 11011 1011110 0 101100 100011011 1011001 11110

Color Harmonies of #69088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69088F

Black with #69088F

Text Example


Text Example

White with #69088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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