Html Css Color HEX #63118B Indigo

📋 copy color: '#63118B'

red 99 ◦ green 17 ◦ blue 139

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

Shades of Indigo #63118B

Tints of Indigo #63118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 38.82%
G = 6.67%
B = 54.51%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63118B (or 0x63118B) is known color: Indigo. HEX triplet: 63, 11 and 8B. RGB value is (99,17,139). Sum of RGB (Red+Green+Blue) = 99+17+139=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #63118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63118B is #9CEE74. Grayscale: #373737. Windows color (decimal): -10284661 or 9113955. OLE color: 9113955.

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

Color convert

RGB 99 17 139 -
CMYK 0.29 0.88 0 0.45
HSL 280.33º 0.78% 0.31% -
HSV(B) 280.33º 0.88% 0.55% -
XYZ 10.01 4.92 24.85 -
YUV 55.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 99 17 139 0.29 0.88 0 0.45 280.33 0.78 0.31
Hex 63 11 8B 1D 58 0 2D 118 4E 1F
Octal 143 21 213 35 130 0 55 430 116 37
Binary 1100011 10001 10001011 11101 1011000 0 101101 100011000 1001110 11111

Color Harmonies of #63118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63118B

Black with #63118B

Text Example


Text Example

White with #63118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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