Html Css Color HEX #690292 Indigo

📋 copy color: '#690292'

red 105 ◦ green 2 ◦ blue 146

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

Shades of Indigo #690292

Tints of Indigo #690292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 41.5%
G = 0.79%
B = 57.71%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690292 (or 0x690292) is known color: Indigo. HEX triplet: 69, 02 and 92. RGB value is (105,2,146). Sum of RGB (Red+Green+Blue) = 105+2+146=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #690292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690292 is #96FD6D. Grayscale: #303030. Windows color (decimal): -9895278 or 9568873. OLE color: 9568873.

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

Color convert

RGB 105 2 146 -
CMYK 0.28 0.99 0 0.43
HSL 282.92º 0.97% 0.29% -
HSV(B) 282.92º 0.99% 0.57% -
XYZ 11.04 5.12 27.6 -
YUV 49.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 105 2 146 0.28 0.99 0 0.43 282.92 0.97 0.29
Hex 69 2 92 1C 63 0 2B 11B 61 1D
Octal 151 2 222 34 143 0 53 433 141 35
Binary 1101001 10 10010010 11100 1100011 0 101011 100011011 1100001 11101

Color Harmonies of #690292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690292

Black with #690292

Text Example


Text Example

White with #690292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690292; }

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

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

background-color css

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

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

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

border-color css

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

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

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