Html Css Color HEX #630982 Indigo

📋 copy color: '#630982'

red 99 ◦ green 9 ◦ blue 130

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

Shades of Indigo #630982

Tints of Indigo #630982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

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

R = 41.6%
G = 3.78%
B = 54.62%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#630982 (or 0x630982) is known color: Indigo. HEX triplet: 63, 09 and 82. RGB value is (99,9,130). Sum of RGB (Red+Green+Blue) = 99+9+130=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #630982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630982 is #9CF67D. Grayscale: #313131. Windows color (decimal): -10286718 or 8522083. OLE color: 8522083.

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

Color convert

RGB 99 9 130 -
CMYK 0.24 0.93 0 0.49
HSL 284.63º 0.87% 0.27% -
HSV(B) 284.63º 0.93% 0.51% -
XYZ 9.27 4.46 21.49 -
YUV 49.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 99 9 130 0.24 0.93 0 0.49 284.63 0.87 0.27
Hex 63 9 82 18 5D 0 31 11D 57 1B
Octal 143 11 202 30 135 0 61 435 127 33
Binary 1100011 1001 10000010 11000 1011101 0 110001 100011101 1010111 11011

Color Harmonies of #630982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630982

Black with #630982

Text Example


Text Example

White with #630982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630982; }

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

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

background-color css

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

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

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

border-color css

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

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

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