Html Css Color HEX #63158B Indigo

📋 copy color: '#63158B'

red 99 ◦ green 21 ◦ blue 139

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

Shades of Indigo #63158B

Tints of Indigo #63158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

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

R = 38.22%
G = 8.11%
B = 53.67%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63158B (or 0x63158B) is known color: Indigo. HEX triplet: 63, 15 and 8B. RGB value is (99,21,139). Sum of RGB (Red+Green+Blue) = 99+21+139=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #63158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63158B is #9CEA74. Grayscale: #393939. Windows color (decimal): -10283637 or 9114979. OLE color: 9114979.

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

Color convert

RGB 99 21 139 -
CMYK 0.29 0.85 0 0.45
HSL 279.66º 0.74% 0.31% -
HSV(B) 279.66º 0.85% 0.55% -
XYZ 10.07 5.05 24.87 -
YUV 57.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 99 21 139 0.29 0.85 0 0.45 279.66 0.74 0.31
Hex 63 15 8B 1D 55 0 2D 118 4A 1F
Octal 143 25 213 35 125 0 55 430 112 37
Binary 1100011 10101 10001011 11101 1010101 0 101101 100011000 1001010 11111

Color Harmonies of #63158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63158B

Black with #63158B

Text Example


Text Example

White with #63158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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