Html Css Color HEX #631685 Indigo

📋 copy color: '#631685'

red 99 ◦ green 22 ◦ blue 133

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

Shades of Indigo #631685

Tints of Indigo #631685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 38.98%
G = 8.66%
B = 52.36%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#631685 (or 0x631685) is known color: Indigo. HEX triplet: 63, 16 and 85. RGB value is (99,22,133). Sum of RGB (Red+Green+Blue) = 99+22+133=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #631685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631685 is #9CE97A. Grayscale: #393939. Windows color (decimal): -10283387 or 8722019. OLE color: 8722019.

HSL color Cylindrical-coordinate representation of color #631685: hue angle of 281.62º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631685 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 22 133 -
CMYK 0.26 0.83 0 0.48
HSL 281.62º 0.72% 0.3% -
HSV(B) 281.62º 0.83% 0.52% -
XYZ 9.67 4.92 22.63 -
YUV 57.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 99 22 133 0.26 0.83 0 0.48 281.62 0.72 0.3
Hex 63 16 85 1A 53 0 30 11A 48 1E
Octal 143 26 205 32 123 0 60 432 110 36
Binary 1100011 10110 10000101 11010 1010011 0 110000 100011010 1001000 11110

Color Harmonies of #631685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631685

Black with #631685

Text Example


Text Example

White with #631685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631685; }

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

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

background-color css

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

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

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

border-color css

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

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

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