Html Css Color HEX #63118C Indigo

📋 copy color: '#63118C'

red 99 ◦ green 17 ◦ blue 140

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

Shades of Indigo #63118C

Tints of Indigo #63118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 38.67%
G = 6.64%
B = 54.69%

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

#63118C (or 0x63118C) is known color: Indigo. HEX triplet: 63, 11 and 8C. RGB value is (99,17,140). Sum of RGB (Red+Green+Blue) = 99+17+140=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #63118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63118C is #9CEE73. Grayscale: #373737. Windows color (decimal): -10284660 or 9179491. OLE color: 9179491.

HSL color Cylindrical-coordinate representation of color #63118C: hue angle of 280º 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 #63118C is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 17 140 -
CMYK 0.29 0.88 0 0.45
HSL 280º 0.78% 0.31% -
HSV(B) 280º 0.88% 0.55% -
XYZ 10.08 4.95 25.23 -
YUV 55.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 99 17 140 0.29 0.88 0 0.45 280 0.78 0.31
Hex 63 11 8C 1D 58 0 2D 118 4E 1F
Octal 143 21 214 35 130 0 55 430 116 37
Binary 1100011 10001 10001100 11101 1011000 0 101101 100011000 1001110 11111

Color Harmonies of #63118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63118C

Black with #63118C

Text Example


Text Example

White with #63118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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