Html Css Color HEX #630084 Indigo

📋 copy color: '#630084'

red 99 ◦ green 0 ◦ blue 132

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

Shades of Indigo #630084

Tints of Indigo #630084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 57.14%

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#630084 (or 0x630084) is known color: Indigo. HEX triplet: 63, 00 and 84. RGB value is (99,0,132). Sum of RGB (Red+Green+Blue) = 99+0+132=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #630084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630084 is #9CFF7B. Grayscale: #2C2C2C. Windows color (decimal): -10289020 or 8650851. OLE color: 8650851.

HSL color Cylindrical-coordinate representation of color #630084: hue angle of 285º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630084 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 0 132 -
CMYK 0.25 1 0 0.48
HSL 285º 1% 0.26% -
HSV(B) 285º 1% 0.52% -
XYZ 9.31 4.32 22.17 -
YUV 44.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 99 0 132 0.25 1 0 0.48 285 1 0.26
Hex 63 0 84 19 64 0 30 11D 64 1A
Octal 143 0 204 31 144 0 60 435 144 32
Binary 1100011 0 10000100 11001 1100100 0 110000 100011101 1100100 11010

Color Harmonies of #630084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630084

Black with #630084

Text Example


Text Example

White with #630084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630084; }

 p { color: rgb(99,0,132); }

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

background-color css

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

 a { background-color: rgb(99,0,132); }

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

border-color css

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

 span { border-color: rgb(99,0,132); }

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