Html Css Color HEX #690395 Indigo

📋 copy color: '#690395'

red 105 ◦ green 3 ◦ blue 149

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

Shades of Indigo #690395

Tints of Indigo #690395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 40.86%
G = 1.17%
B = 57.98%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690395 (or 0x690395) is known color: Indigo. HEX triplet: 69, 03 and 95. RGB value is (105,3,149). Sum of RGB (Red+Green+Blue) = 105+3+149=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #690395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690395 is #96FC6A. Grayscale: #313131. Windows color (decimal): -9895019 or 9765737. OLE color: 9765737.

HSL color Cylindrical-coordinate representation of color #690395: hue angle of 281.92º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690395 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 3 149 -
CMYK 0.30 0.98 0 0.42
HSL 281.92º 0.96% 0.3% -
HSV(B) 281.92º 0.98% 0.58% -
XYZ 11.28 5.24 28.85 -
YUV 50.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 105 3 149 0.30 0.98 0 0.42 281.92 0.96 0.3
Hex 69 3 95 1E 62 0 2A 11A 60 1E
Octal 151 3 225 36 142 0 52 432 140 36
Binary 1101001 11 10010101 11110 1100010 0 101010 100011010 1100000 11110

Color Harmonies of #690395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690395

Black with #690395

Text Example


Text Example

White with #690395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690395; }

 p { color: rgb(105,3,149); }

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

background-color css

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

 a { background-color: rgb(105,3,149); }

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

border-color css

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

 span { border-color: rgb(105,3,149); }

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