Html Css Color HEX #630481 Indigo

📋 copy color: '#630481'

red 99 ◦ green 4 ◦ blue 129

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

Shades of Indigo #630481

Tints of Indigo #630481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 42.67%
G = 1.72%
B = 55.6%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#630481 (or 0x630481) is known color: Indigo. HEX triplet: 63, 04 and 81. RGB value is (99,4,129). Sum of RGB (Red+Green+Blue) = 99+4+129=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #630481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630481 is #9CFB7E. Grayscale: #2E2E2E. Windows color (decimal): -10287999 or 8455267. OLE color: 8455267.

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

Color convert

RGB 99 4 129 -
CMYK 0.23 0.97 0 0.49
HSL 285.6º 0.94% 0.26% -
HSV(B) 285.6º 0.97% 0.51% -
XYZ 9.15 4.32 21.12 -
YUV 46.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 99 4 129 0.23 0.97 0 0.49 285.6 0.94 0.26
Hex 63 4 81 17 61 0 31 11E 5E 1A
Octal 143 4 201 27 141 0 61 436 136 32
Binary 1100011 100 10000001 10111 1100001 0 110001 100011110 1011110 11010

Color Harmonies of #630481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630481

Black with #630481

Text Example


Text Example

White with #630481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630481; }

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

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

background-color css

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

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

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

border-color css

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

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

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