Html Css Color HEX #630884 Indigo

📋 copy color: '#630884'

red 99 ◦ green 8 ◦ blue 132

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

Shades of Indigo #630884

Tints of Indigo #630884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 41.42%
G = 3.35%
B = 55.23%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#630884 (or 0x630884) is known color: Indigo. HEX triplet: 63, 08 and 84. RGB value is (99,8,132). Sum of RGB (Red+Green+Blue) = 99+8+132=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #630884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630884 is #9CF77B. Grayscale: #303030. Windows color (decimal): -10286972 or 8652899. OLE color: 8652899.

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

Color convert

RGB 99 8 132 -
CMYK 0.25 0.94 0 0.48
HSL 284.03º 0.89% 0.27% -
HSV(B) 284.03º 0.94% 0.52% -
XYZ 9.4 4.49 22.2 -
YUV 49.35 174.65 163.42 -
System Red Green Blue C M Y K H S L
Decimal 99 8 132 0.25 0.94 0 0.48 284.03 0.89 0.27
Hex 63 8 84 19 5E 0 30 11C 59 1B
Octal 143 10 204 31 136 0 60 434 131 33
Binary 1100011 1000 10000100 11001 1011110 0 110000 100011100 1011001 11011

Color Harmonies of #630884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630884

Black with #630884

Text Example


Text Example

White with #630884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630884; }

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

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

background-color css

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

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

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

border-color css

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

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

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