Html Css Color HEX #630880 Indigo

📋 copy color: '#630880'

red 99 ◦ green 8 ◦ blue 128

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

Shades of Indigo #630880

Tints of Indigo #630880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 42.13%
G = 3.4%
B = 54.47%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#630880 (or 0x630880) is known color: Indigo. HEX triplet: 63, 08 and 80. RGB value is (99,8,128). Sum of RGB (Red+Green+Blue) = 99+8+128=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #630880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630880 is #9CF77F. Grayscale: #303030. Windows color (decimal): -10286976 or 8390755. OLE color: 8390755.

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

Color convert

RGB 99 8 128 -
CMYK 0.23 0.94 0 0.50
HSL 285.5º 0.88% 0.27% -
HSV(B) 285.5º 0.94% 0.5% -
XYZ 9.13 4.38 20.79 -
YUV 48.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 99 8 128 0.23 0.94 0 0.50 285.5 0.88 0.27
Hex 63 8 80 17 5E 0 32 11E 58 1B
Octal 143 10 200 27 136 0 62 436 130 33
Binary 1100011 1000 10000000 10111 1011110 0 110010 100011110 1011000 11011

Color Harmonies of #630880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630880

Black with #630880

Text Example


Text Example

White with #630880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630880; }

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

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

background-color css

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

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

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

border-color css

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

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

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