Html Css Color HEX #630780 Indigo

📋 copy color: '#630780'

red 99 ◦ green 7 ◦ blue 128

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

Shades of Indigo #630780

Tints of Indigo #630780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.99%

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

R = 42.31%
G = 2.99%
B = 54.7%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#630780 (or 0x630780) is known color: Indigo. HEX triplet: 63, 07 and 80. RGB value is (99,7,128). Sum of RGB (Red+Green+Blue) = 99+7+128=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #630780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630780 is #9CF87F. Grayscale: #2F2F2F. Windows color (decimal): -10287232 or 8390499. OLE color: 8390499.

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

Color convert

RGB 99 7 128 -
CMYK 0.23 0.95 0 0.50
HSL 285.62º 0.9% 0.26% -
HSV(B) 285.62º 0.95% 0.5% -
XYZ 9.12 4.36 20.78 -
YUV 48.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 99 7 128 0.23 0.95 0 0.50 285.62 0.9 0.26
Hex 63 7 80 17 5F 0 32 11E 5A 1A
Octal 143 7 200 27 137 0 62 436 132 32
Binary 1100011 111 10000000 10111 1011111 0 110010 100011110 1011010 11010

Color Harmonies of #630780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630780

Black with #630780

Text Example


Text Example

White with #630780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630780; }

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

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

background-color css

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

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

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

border-color css

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

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

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