Html Css Color HEX #630786 Indigo

📋 copy color: '#630786'

red 99 ◦ green 7 ◦ blue 134

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

Shades of Indigo #630786

Tints of Indigo #630786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 55.83%

R = 41.25%
G = 2.92%
B = 55.83%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#630786 (or 0x630786) is known color: Indigo. HEX triplet: 63, 07 and 86. RGB value is (99,7,134). Sum of RGB (Red+Green+Blue) = 99+7+134=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #630786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630786 is #9CF879. Grayscale: #303030. Windows color (decimal): -10287226 or 8783715. OLE color: 8783715.

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

Color convert

RGB 99 7 134 -
CMYK 0.26 0.95 0 0.47
HSL 283.46º 0.9% 0.28% -
HSV(B) 283.46º 0.95% 0.53% -
XYZ 9.52 4.53 22.93 -
YUV 48.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 99 7 134 0.26 0.95 0 0.47 283.46 0.9 0.28
Hex 63 7 86 1A 5F 0 2F 11B 5A 1C
Octal 143 7 206 32 137 0 57 433 132 34
Binary 1100011 111 10000110 11010 1011111 0 101111 100011011 1011010 11100

Color Harmonies of #630786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630786

Black with #630786

Text Example


Text Example

White with #630786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630786; }

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

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

background-color css

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

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

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

border-color css

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

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

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