Html Css Color HEX #630180 Indigo

📋 copy color: '#630180'

red 99 ◦ green 1 ◦ blue 128

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

Shades of Indigo #630180

Tints of Indigo #630180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 43.42%
G = 0.44%
B = 56.14%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#630180 (or 0x630180) is known color: Indigo. HEX triplet: 63, 01 and 80. RGB value is (99,1,128). Sum of RGB (Red+Green+Blue) = 99+1+128=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #630180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630180 is #9CFE7F. Grayscale: #2C2C2C. Windows color (decimal): -10288768 or 8388963. OLE color: 8388963.

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

Color convert

RGB 99 1 128 -
CMYK 0.23 0.99 0 0.50
HSL 286.3º 0.98% 0.25% -
HSV(B) 286.3º 0.99% 0.5% -
XYZ 9.05 4.23 20.76 -
YUV 44.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 99 1 128 0.23 0.99 0 0.50 286.3 0.98 0.25
Hex 63 1 80 17 63 0 32 11E 62 19
Octal 143 1 200 27 143 0 62 436 142 31
Binary 1100011 1 10000000 10111 1100011 0 110010 100011110 1100010 11001

Color Harmonies of #630180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630180

Black with #630180

Text Example


Text Example

White with #630180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630180; }

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

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

background-color css

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

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

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

border-color css

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

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

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