Html Css Color HEX #631884 Indigo

📋 copy color: '#631884'

red 99 ◦ green 24 ◦ blue 132

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

Shades of Indigo #631884

Tints of Indigo #631884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 38.82%
G = 9.41%
B = 51.76%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#631884 (or 0x631884) is known color: Indigo. HEX triplet: 63, 18 and 84. RGB value is (99,24,132). Sum of RGB (Red+Green+Blue) = 99+24+132=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #631884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631884 is #9CE77B. Grayscale: #3A3A3A. Windows color (decimal): -10282876 or 8656995. OLE color: 8656995.

HSL color Cylindrical-coordinate representation of color #631884: hue angle of 281.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631884 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 24 132 -
CMYK 0.25 0.82 0 0.48
HSL 281.67º 0.69% 0.31% -
HSV(B) 281.67º 0.82% 0.52% -
XYZ 9.64 4.97 22.28 -
YUV 58.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 99 24 132 0.25 0.82 0 0.48 281.67 0.69 0.31
Hex 63 18 84 19 52 0 30 11A 45 1F
Octal 143 30 204 31 122 0 60 432 105 37
Binary 1100011 11000 10000100 11001 1010010 0 110000 100011010 1000101 11111

Color Harmonies of #631884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631884

Black with #631884

Text Example


Text Example

White with #631884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631884; }

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

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

background-color css

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

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

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

border-color css

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

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

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