Html Css Color HEX #691293 Indigo

📋 copy color: '#691293'

red 105 ◦ green 18 ◦ blue 147

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

Shades of Indigo #691293

Tints of Indigo #691293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 147 (57.81% from 255) = 54.44%

R = 38.89%
G = 6.67%
B = 54.44%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#691293 (or 0x691293) is known color: Indigo. HEX triplet: 69, 12 and 93. RGB value is (105,18,147). Sum of RGB (Red+Green+Blue) = 105+18+147=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #691293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691293 is #96ED6C. Grayscale: #3A3A3A. Windows color (decimal): -9891181 or 9638505. OLE color: 9638505.

HSL color Cylindrical-coordinate representation of color #691293: hue angle of 280.47º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691293 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 18 147 -
CMYK 0.29 0.88 0 0.42
HSL 280.47º 0.78% 0.32% -
HSV(B) 280.47º 0.88% 0.58% -
XYZ 11.31 5.54 28.08 -
YUV 58.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 105 18 147 0.29 0.88 0 0.42 280.47 0.78 0.32
Hex 69 12 93 1D 58 0 2A 118 4E 20
Octal 151 22 223 35 130 0 52 430 116 40
Binary 1101001 10010 10010011 11101 1011000 0 101010 100011000 1001110 100000

Color Harmonies of #691293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691293

Black with #691293

Text Example


Text Example

White with #691293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691293; }

 p { color: rgb(105,18,147); }

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

background-color css

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

 a { background-color: rgb(105,18,147); }

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

border-color css

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

 span { border-color: rgb(105,18,147); }

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