Html Css Color HEX #630182 Indigo

📋 copy color: '#630182'

red 99 ◦ green 1 ◦ blue 130

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

Shades of Indigo #630182

Tints of Indigo #630182

RGB

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

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

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

R = 43.04%
G = 0.43%
B = 56.52%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#630182 (or 0x630182) is known color: Indigo. HEX triplet: 63, 01 and 82. RGB value is (99,1,130). Sum of RGB (Red+Green+Blue) = 99+1+130=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #630182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630182 is #9CFE7D. Grayscale: #2C2C2C. Windows color (decimal): -10288766 or 8520035. OLE color: 8520035.

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

Color convert

RGB 99 1 130 -
CMYK 0.24 0.99 0 0.49
HSL 285.58º 0.98% 0.26% -
HSV(B) 285.58º 0.99% 0.51% -
XYZ 9.19 4.29 21.46 -
YUV 45.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 99 1 130 0.24 0.99 0 0.49 285.58 0.98 0.26
Hex 63 1 82 18 63 0 31 11E 62 1A
Octal 143 1 202 30 143 0 61 436 142 32
Binary 1100011 1 10000010 11000 1100011 0 110001 100011110 1100010 11010

Color Harmonies of #630182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630182

Black with #630182

Text Example


Text Example

White with #630182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630182; }

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

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

background-color css

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

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

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

border-color css

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

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

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