Html Css Color HEX #630881 Indigo

📋 copy color: '#630881'

red 99 ◦ green 8 ◦ blue 129

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

Shades of Indigo #630881

Tints of Indigo #630881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 54.66%

R = 41.95%
G = 3.39%
B = 54.66%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#630881 (or 0x630881) is known color: Indigo. HEX triplet: 63, 08 and 81. RGB value is (99,8,129). Sum of RGB (Red+Green+Blue) = 99+8+129=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #630881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630881 is #9CF77E. Grayscale: #303030. Windows color (decimal): -10286975 or 8456291. OLE color: 8456291.

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

Color convert

RGB 99 8 129 -
CMYK 0.23 0.94 0 0.49
HSL 285.12º 0.88% 0.27% -
HSV(B) 285.12º 0.94% 0.51% -
XYZ 9.19 4.41 21.14 -
YUV 49 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 99 8 129 0.23 0.94 0 0.49 285.12 0.88 0.27
Hex 63 8 81 17 5E 0 31 11D 58 1B
Octal 143 10 201 27 136 0 61 435 130 33
Binary 1100011 1000 10000001 10111 1011110 0 110001 100011101 1011000 11011

Color Harmonies of #630881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630881

Black with #630881

Text Example


Text Example

White with #630881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630881; }

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

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

background-color css

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

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

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

border-color css

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

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

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