Html Css Color HEX #691298 Indigo

📋 copy color: '#691298'

red 105 ◦ green 18 ◦ blue 152

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

Shades of Indigo #691298

Tints of Indigo #691298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 152 (59.77% from 255) = 55.27%

R = 38.18%
G = 6.55%
B = 55.27%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#691298 (or 0x691298) is known color: Indigo. HEX triplet: 69, 12 and 98. RGB value is (105,18,152). Sum of RGB (Red+Green+Blue) = 105+18+152=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #691298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691298 is #96ED67. Grayscale: #3A3A3A. Windows color (decimal): -9891176 or 9966185. OLE color: 9966185.

HSL color Cylindrical-coordinate representation of color #691298: hue angle of 278.96º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691298 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 18 152 -
CMYK 0.31 0.88 0 0.40
HSL 278.96º 0.79% 0.33% -
HSV(B) 278.96º 0.88% 0.6% -
XYZ 11.71 5.7 30.19 -
YUV 59.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 105 18 152 0.31 0.88 0 0.40 278.96 0.79 0.33
Hex 69 12 98 1F 58 0 28 117 4F 21
Octal 151 22 230 37 130 0 50 427 117 41
Binary 1101001 10010 10011000 11111 1011000 0 101000 100010111 1001111 100001

Color Harmonies of #691298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691298

Black with #691298

Text Example


Text Example

White with #691298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691298; }

 p { color: rgb(105,18,152); }

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

background-color css

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

 a { background-color: rgb(105,18,152); }

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

border-color css

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

 span { border-color: rgb(105,18,152); }

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