Html Css Color HEX #690390 Indigo

📋 copy color: '#690390'

red 105 ◦ green 3 ◦ blue 144

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

Shades of Indigo #690390

Tints of Indigo #690390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 41.67%
G = 1.19%
B = 57.14%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#690390 (or 0x690390) is known color: Indigo. HEX triplet: 69, 03 and 90. RGB value is (105,3,144). Sum of RGB (Red+Green+Blue) = 105+3+144=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #690390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690390 is #96FC6F. Grayscale: #313131. Windows color (decimal): -9895024 or 9438057. OLE color: 9438057.

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

Color convert

RGB 105 3 144 -
CMYK 0.27 0.98 0 0.44
HSL 283.4º 0.96% 0.29% -
HSV(B) 283.4º 0.98% 0.56% -
XYZ 10.89 5.08 26.79 -
YUV 49.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 105 3 144 0.27 0.98 0 0.44 283.4 0.96 0.29
Hex 69 3 90 1B 62 0 2C 11B 60 1D
Octal 151 3 220 33 142 0 54 433 140 35
Binary 1101001 11 10010000 11011 1100010 0 101100 100011011 1100000 11101

Color Harmonies of #690390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690390

Black with #690390

Text Example


Text Example

White with #690390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690390; }

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

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

background-color css

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

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

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

border-color css

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

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

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