Html Css Color HEX #630280 Indigo

📋 copy color: '#630280'

red 99 ◦ green 2 ◦ blue 128

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

Shades of Indigo #630280

Tints of Indigo #630280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 43.23%
G = 0.87%
B = 55.9%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#630280 (or 0x630280) is known color: Indigo. HEX triplet: 63, 02 and 80. RGB value is (99,2,128). Sum of RGB (Red+Green+Blue) = 99+2+128=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #630280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630280 is #9CFD7F. Grayscale: #2C2C2C. Windows color (decimal): -10288512 or 8389219. OLE color: 8389219.

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

Color convert

RGB 99 2 128 -
CMYK 0.23 0.98 0 0.50
HSL 286.19º 0.97% 0.25% -
HSV(B) 286.19º 0.98% 0.5% -
XYZ 9.06 4.25 20.77 -
YUV 45.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 99 2 128 0.23 0.98 0 0.50 286.19 0.97 0.25
Hex 63 2 80 17 62 0 32 11E 61 19
Octal 143 2 200 27 142 0 62 436 141 31
Binary 1100011 10 10000000 10111 1100010 0 110010 100011110 1100001 11001

Color Harmonies of #630280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630280

Black with #630280

Text Example


Text Example

White with #630280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630280; }

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

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

background-color css

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

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

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

border-color css

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

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

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