Html Css Color HEX #63158C Indigo

📋 copy color: '#63158C'

red 99 ◦ green 21 ◦ blue 140

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

Shades of Indigo #63158C

Tints of Indigo #63158C

RGB

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

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

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

R = 38.08%
G = 8.08%
B = 53.85%

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

#63158C (or 0x63158C) is known color: Indigo. HEX triplet: 63, 15 and 8C. RGB value is (99,21,140). Sum of RGB (Red+Green+Blue) = 99+21+140=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #63158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63158C is #9CEA73. Grayscale: #393939. Windows color (decimal): -10283636 or 9180515. OLE color: 9180515.

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

Color convert

RGB 99 21 140 -
CMYK 0.29 0.85 0 0.45
HSL 279.33º 0.74% 0.32% -
HSV(B) 279.33º 0.85% 0.55% -
XYZ 10.15 5.08 25.26 -
YUV 57.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 99 21 140 0.29 0.85 0 0.45 279.33 0.74 0.32
Hex 63 15 8C 1D 55 0 2D 117 4A 20
Octal 143 25 214 35 125 0 55 427 112 40
Binary 1100011 10101 10001100 11101 1010101 0 101101 100010111 1001010 100000

Color Harmonies of #63158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63158C

Black with #63158C

Text Example


Text Example

White with #63158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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