Html Css Color HEX #630B8B Indigo

📋 copy color: '#630B8B'

red 99 ◦ green 11 ◦ blue 139

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

Shades of Indigo #630B8B

Tints of Indigo #630B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 39.76%
G = 4.42%
B = 55.82%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#630B8B (or 0x630B8B) is known color: Indigo. HEX triplet: 63, 0B and 8B. RGB value is (99,11,139). Sum of RGB (Red+Green+Blue) = 99+11+139=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #630B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630B8B is #9CF474. Grayscale: #333333. Windows color (decimal): -10286197 or 9112419. OLE color: 9112419.

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

Color convert

RGB 99 11 139 -
CMYK 0.29 0.92 0 0.45
HSL 281.25º 0.85% 0.29% -
HSV(B) 281.25º 0.92% 0.55% -
XYZ 9.93 4.76 24.82 -
YUV 51.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 99 11 139 0.29 0.92 0 0.45 281.25 0.85 0.29
Hex 63 B 8B 1D 5C 0 2D 119 55 1D
Octal 143 13 213 35 134 0 55 431 125 35
Binary 1100011 1011 10001011 11101 1011100 0 101101 100011001 1010101 11101

Color Harmonies of #630B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630B8B

Black with #630B8B

Text Example


Text Example

White with #630B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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