Html Css Color HEX #631785 Indigo

📋 copy color: '#631785'

red 99 ◦ green 23 ◦ blue 133

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

Shades of Indigo #631785

Tints of Indigo #631785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

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

R = 38.82%
G = 9.02%
B = 52.16%

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

#631785 (or 0x631785) is known color: Indigo. HEX triplet: 63, 17 and 85. RGB value is (99,23,133). Sum of RGB (Red+Green+Blue) = 99+23+133=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #631785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631785 is #9CE87A. Grayscale: #393939. Windows color (decimal): -10283131 or 8722275. OLE color: 8722275.

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

Color convert

RGB 99 23 133 -
CMYK 0.26 0.83 0 0.48
HSL 281.45º 0.71% 0.31% -
HSV(B) 281.45º 0.83% 0.52% -
XYZ 9.69 4.96 22.64 -
YUV 58.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 99 23 133 0.26 0.83 0 0.48 281.45 0.71 0.31
Hex 63 17 85 1A 53 0 30 119 47 1F
Octal 143 27 205 32 123 0 60 431 107 37
Binary 1100011 10111 10000101 11010 1010011 0 110000 100011001 1000111 11111

Color Harmonies of #631785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631785

Black with #631785

Text Example


Text Example

White with #631785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631785; }

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

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

background-color css

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

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

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

border-color css

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

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

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