Html Css Color HEX #630486 Indigo

📋 copy color: '#630486'

red 99 ◦ green 4 ◦ blue 134

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

Shades of Indigo #630486

Tints of Indigo #630486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 41.77%
G = 1.69%
B = 56.54%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#630486 (or 0x630486) is known color: Indigo. HEX triplet: 63, 04 and 86. RGB value is (99,4,134). Sum of RGB (Red+Green+Blue) = 99+4+134=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #630486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630486 is #9CFB79. Grayscale: #2E2E2E. Windows color (decimal): -10287994 or 8782947. OLE color: 8782947.

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

Color convert

RGB 99 4 134 -
CMYK 0.26 0.97 0 0.47
HSL 283.85º 0.94% 0.27% -
HSV(B) 283.85º 0.97% 0.53% -
XYZ 9.49 4.46 22.91 -
YUV 47.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 99 4 134 0.26 0.97 0 0.47 283.85 0.94 0.27
Hex 63 4 86 1A 61 0 2F 11C 5E 1B
Octal 143 4 206 32 141 0 57 434 136 33
Binary 1100011 100 10000110 11010 1100001 0 101111 100011100 1011110 11011

Color Harmonies of #630486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630486

Black with #630486

Text Example


Text Example

White with #630486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630486; }

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

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

background-color css

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

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

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

border-color css

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

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

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