Html Css Color HEX #690291 Indigo

📋 copy color: '#690291'

red 105 ◦ green 2 ◦ blue 145

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

Shades of Indigo #690291

Tints of Indigo #690291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 41.67%
G = 0.79%
B = 57.54%

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

#690291 (or 0x690291) is known color: Indigo. HEX triplet: 69, 02 and 91. RGB value is (105,2,145). Sum of RGB (Red+Green+Blue) = 105+2+145=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #690291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690291 is #96FD6E. Grayscale: #303030. Windows color (decimal): -9895279 or 9503337. OLE color: 9503337.

HSL color Cylindrical-coordinate representation of color #690291: hue angle of 283.22º 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 #690291 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 2 145 -
CMYK 0.28 0.99 0 0.43
HSL 283.22º 0.97% 0.29% -
HSV(B) 283.22º 0.99% 0.57% -
XYZ 10.96 5.09 27.19 -
YUV 49.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 105 2 145 0.28 0.99 0 0.43 283.22 0.97 0.29
Hex 69 2 91 1C 63 0 2B 11B 61 1D
Octal 151 2 221 34 143 0 53 433 141 35
Binary 1101001 10 10010001 11100 1100011 0 101011 100011011 1100001 11101

Color Harmonies of #690291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690291

Black with #690291

Text Example


Text Example

White with #690291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690291; }

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

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

background-color css

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

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

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

border-color css

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

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

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