Html Css Color HEX #630080 Indigo

📋 copy color: '#630080'

red 99 ◦ green 0 ◦ blue 128

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

Shades of Indigo #630080

Tints of Indigo #630080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 56.39%

R = 43.61%
G = 0%
B = 56.39%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#630080 (or 0x630080) is known color: Indigo. HEX triplet: 63, 00 and 80. RGB value is (99,0,128). Sum of RGB (Red+Green+Blue) = 99+0+128=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #630080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630080 is #9CFF7F. Grayscale: #2B2B2B. Windows color (decimal): -10289024 or 8388707. OLE color: 8388707.

HSL color Cylindrical-coordinate representation of color #630080: hue angle of 286.41º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630080 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 0 128 -
CMYK 0.23 1 0 0.50
HSL 286.41º 1% 0.25% -
HSV(B) 286.41º 1% 0.5% -
XYZ 9.04 4.21 20.76 -
YUV 44.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 99 0 128 0.23 1 0 0.50 286.41 1 0.25
Hex 63 0 80 17 64 0 32 11E 64 19
Octal 143 0 200 27 144 0 62 436 144 31
Binary 1100011 0 10000000 10111 1100100 0 110010 100011110 1100100 11001

Color Harmonies of #630080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630080

Black with #630080

Text Example


Text Example

White with #630080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630080; }

 p { color: rgb(99,0,128); }

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

background-color css

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

 a { background-color: rgb(99,0,128); }

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

border-color css

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

 span { border-color: rgb(99,0,128); }

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