Html Css Color HEX #631698 Indigo

📋 copy color: '#631698'

red 99 ◦ green 22 ◦ blue 152

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

Shades of Indigo #631698

Tints of Indigo #631698

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 36.26%
G = 8.06%
B = 55.68%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#631698 (or 0x631698) is known color: Indigo. HEX triplet: 63, 16 and 98. RGB value is (99,22,152). Sum of RGB (Red+Green+Blue) = 99+22+152=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #631698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631698 is #9CE967. Grayscale: #3B3B3B. Windows color (decimal): -10283368 or 9967203. OLE color: 9967203.

HSL color Cylindrical-coordinate representation of color #631698: hue angle of 275.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631698 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 22 152 -
CMYK 0.35 0.86 0 0.40
HSL 275.54º 0.75% 0.34% -
HSV(B) 275.54º 0.86% 0.6% -
XYZ 11.1 5.49 30.18 -
YUV 59.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 99 22 152 0.35 0.86 0 0.40 275.54 0.75 0.34
Hex 63 16 98 23 56 0 28 114 4B 22
Octal 143 26 230 43 126 0 50 424 113 42
Binary 1100011 10110 10011000 100011 1010110 0 101000 100010100 1001011 100010

Color Harmonies of #631698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631698

Black with #631698

Text Example


Text Example

White with #631698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631698; }

 p { color: rgb(99,22,152); }

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

background-color css

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

 a { background-color: rgb(99,22,152); }

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

border-color css

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

 span { border-color: rgb(99,22,152); }

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