Html Css Color HEX #631598 Indigo

📋 copy color: '#631598'

red 99 ◦ green 21 ◦ blue 152

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

Shades of Indigo #631598

Tints of Indigo #631598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

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

R = 36.4%
G = 7.72%
B = 55.88%

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

#631598 (or 0x631598) is known color: Indigo. HEX triplet: 63, 15 and 98. RGB value is (99,21,152). Sum of RGB (Red+Green+Blue) = 99+21+152=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #631598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631598 is #9CEA67. Grayscale: #3A3A3A. Windows color (decimal): -10283624 or 9966947. OLE color: 9966947.

HSL color Cylindrical-coordinate representation of color #631598: hue angle of 275.73º degrees, saturation: 0.76, 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 #631598 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 21 152 -
CMYK 0.35 0.86 0 0.40
HSL 275.73º 0.76% 0.34% -
HSV(B) 275.73º 0.86% 0.6% -
XYZ 11.08 5.46 30.17 -
YUV 59.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 99 21 152 0.35 0.86 0 0.40 275.73 0.76 0.34
Hex 63 15 98 23 56 0 28 114 4C 22
Octal 143 25 230 43 126 0 50 424 114 42
Binary 1100011 10101 10011000 100011 1010110 0 101000 100010100 1001100 100010

Color Harmonies of #631598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631598

Black with #631598

Text Example


Text Example

White with #631598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631598; }

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

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

background-color css

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

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

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

border-color css

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

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

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