Html Css Color HEX #690392 Indigo

📋 copy color: '#690392'

red 105 ◦ green 3 ◦ blue 146

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

Shades of Indigo #690392

Tints of Indigo #690392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 41.34%
G = 1.18%
B = 57.48%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690392 (or 0x690392) is known color: Indigo. HEX triplet: 69, 03 and 92. RGB value is (105,3,146). Sum of RGB (Red+Green+Blue) = 105+3+146=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #690392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690392 is #96FC6D. Grayscale: #313131. Windows color (decimal): -9895022 or 9569129. OLE color: 9569129.

HSL color Cylindrical-coordinate representation of color #690392: hue angle of 282.8º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690392 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 3 146 -
CMYK 0.28 0.98 0 0.43
HSL 282.8º 0.96% 0.29% -
HSV(B) 282.8º 0.98% 0.57% -
XYZ 11.05 5.14 27.6 -
YUV 49.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 105 3 146 0.28 0.98 0 0.43 282.8 0.96 0.29
Hex 69 3 92 1C 62 0 2B 11B 60 1D
Octal 151 3 222 34 142 0 53 433 140 35
Binary 1101001 11 10010010 11100 1100010 0 101011 100011011 1100000 11101

Color Harmonies of #690392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690392

Black with #690392

Text Example


Text Example

White with #690392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690392; }

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

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

background-color css

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

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

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

border-color css

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

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

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