Html Css Color HEX #631895 Indigo

📋 copy color: '#631895'

red 99 ◦ green 24 ◦ blue 149

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

Shades of Indigo #631895

Tints of Indigo #631895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

 BLUE value IS 149 (58.59% from 255) = 54.78%

R = 36.4%
G = 8.82%
B = 54.78%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631895 (or 0x631895) is known color: Indigo. HEX triplet: 63, 18 and 95. RGB value is (99,24,149). Sum of RGB (Red+Green+Blue) = 99+24+149=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #631895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631895 is #9CE76A. Grayscale: #3C3C3C. Windows color (decimal): -10282859 or 9771107. OLE color: 9771107.

HSL color Cylindrical-coordinate representation of color #631895: hue angle of 276º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631895 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 24 149 -
CMYK 0.34 0.84 0 0.42
HSL 276º 0.72% 0.34% -
HSV(B) 276º 0.84% 0.58% -
XYZ 10.9 5.48 28.92 -
YUV 60.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 99 24 149 0.34 0.84 0 0.42 276 0.72 0.34
Hex 63 18 95 22 54 0 2A 114 48 22
Octal 143 30 225 42 124 0 52 424 110 42
Binary 1100011 11000 10010101 100010 1010100 0 101010 100010100 1001000 100010

Color Harmonies of #631895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631895

Black with #631895

Text Example


Text Example

White with #631895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631895; }

 p { color: rgb(99,24,149); }

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

background-color css

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

 a { background-color: rgb(99,24,149); }

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

border-color css

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

 span { border-color: rgb(99,24,149); }

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