Html Css Color HEX #630482 Indigo

📋 copy color: '#630482'

red 99 ◦ green 4 ◦ blue 130

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

Shades of Indigo #630482

Tints of Indigo #630482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.79%

R = 42.49%
G = 1.72%
B = 55.79%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#630482 (or 0x630482) is known color: Indigo. HEX triplet: 63, 04 and 82. RGB value is (99,4,130). Sum of RGB (Red+Green+Blue) = 99+4+130=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #630482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630482 is #9CFB7D. Grayscale: #2E2E2E. Windows color (decimal): -10287998 or 8520803. OLE color: 8520803.

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

Color convert

RGB 99 4 130 -
CMYK 0.24 0.97 0 0.49
HSL 285.24º 0.94% 0.26% -
HSV(B) 285.24º 0.97% 0.51% -
XYZ 9.22 4.35 21.47 -
YUV 46.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 99 4 130 0.24 0.97 0 0.49 285.24 0.94 0.26
Hex 63 4 82 18 61 0 31 11D 5E 1A
Octal 143 4 202 30 141 0 61 435 136 32
Binary 1100011 100 10000010 11000 1100001 0 110001 100011101 1011110 11010

Color Harmonies of #630482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630482

Black with #630482

Text Example


Text Example

White with #630482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630482; }

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

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

background-color css

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

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

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

border-color css

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

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

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