Html Css Color HEX #630B89 Indigo

📋 copy color: '#630B89'

red 99 ◦ green 11 ◦ blue 137

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

Shades of Indigo #630B89

Tints of Indigo #630B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 40.08%
G = 4.45%
B = 55.47%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#630B89 (or 0x630B89) is known color: Indigo. HEX triplet: 63, 0B and 89. RGB value is (99,11,137). Sum of RGB (Red+Green+Blue) = 99+11+137=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #630B89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630B89 is #9CF476. Grayscale: #333333. Windows color (decimal): -10286199 or 8981347. OLE color: 8981347.

HSL color Cylindrical-coordinate representation of color #630B89: hue angle of 281.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630B89 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 11 137 -
CMYK 0.28 0.92 0 0.46
HSL 281.9º 0.85% 0.29% -
HSV(B) 281.9º 0.92% 0.54% -
XYZ 9.78 4.7 24.06 -
YUV 51.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 99 11 137 0.28 0.92 0 0.46 281.9 0.85 0.29
Hex 63 B 89 1C 5C 0 2E 11A 55 1D
Octal 143 13 211 34 134 0 56 432 125 35
Binary 1100011 1011 10001001 11100 1011100 0 101110 100011010 1010101 11101

Color Harmonies of #630B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630B89

Black with #630B89

Text Example


Text Example

White with #630B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630B89; }

 p { color: rgb(99,11,137); }

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

background-color css

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

 a { background-color: rgb(99,11,137); }

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

border-color css

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

 span { border-color: rgb(99,11,137); }

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