Html Css Color HEX #631199 Indigo

📋 copy color: '#631199'

red 99 ◦ green 17 ◦ blue 153

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

Shades of Indigo #631199

Tints of Indigo #631199

RGB

 RED value IS 99 (39.06% from 255) = 36.8%

 GREEN value IS 17 (7.03% from 255) = 6.32%

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 36.8%
G = 6.32%
B = 56.88%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#631199 (or 0x631199) is known color: Indigo. HEX triplet: 63, 11 and 99. RGB value is (99,17,153). Sum of RGB (Red+Green+Blue) = 99+17+153=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #631199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631199 is #9CEE66. Grayscale: #383838. Windows color (decimal): -10284647 or 10031459. OLE color: 10031459.

HSL color Cylindrical-coordinate representation of color #631199: hue angle of 276.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631199 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 17 153 -
CMYK 0.35 0.89 0 0.4
HSL 276.18º 0.8% 0.33% -
HSV(B) 276.18º 0.89% 0.6% -
XYZ 11.1 5.35 30.59 -
YUV 57.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 99 17 153 0.35 0.89 0 0.4 276.18 0.8 0.33
Hex 63 11 99 23 59 0 28 114 50 21
Octal 143 21 231 43 131 0 50 424 120 41
Binary 1100011 10001 10011001 100011 1011001 0 101000 100010100 1010000 100001

Color Harmonies of #631199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631199

Black with #631199

Text Example


Text Example

White with #631199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631199; }

 p { color: rgb(99,17,153); }

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

background-color css

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

 a { background-color: rgb(99,17,153); }

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

border-color css

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

 span { border-color: rgb(99,17,153); }

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