Html Css Color HEX #630580 Indigo

📋 copy color: '#630580'

red 99 ◦ green 5 ◦ blue 128

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

Shades of Indigo #630580

Tints of Indigo #630580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 42.67%
G = 2.16%
B = 55.17%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#630580 (or 0x630580) is known color: Indigo. HEX triplet: 63, 05 and 80. RGB value is (99,5,128). Sum of RGB (Red+Green+Blue) = 99+5+128=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #630580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630580 is #9CFA7F. Grayscale: #2E2E2E. Windows color (decimal): -10287744 or 8389987. OLE color: 8389987.

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

Color convert

RGB 99 5 128 -
CMYK 0.23 0.96 0 0.50
HSL 285.85º 0.92% 0.26% -
HSV(B) 285.85º 0.96% 0.5% -
XYZ 9.1 4.32 20.78 -
YUV 47.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 99 5 128 0.23 0.96 0 0.50 285.85 0.92 0.26
Hex 63 5 80 17 60 0 32 11E 5C 1A
Octal 143 5 200 27 140 0 62 436 134 32
Binary 1100011 101 10000000 10111 1100000 0 110010 100011110 1011100 11010

Color Harmonies of #630580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630580

Black with #630580

Text Example


Text Example

White with #630580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630580; }

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

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

background-color css

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

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

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

border-color css

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

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

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