Html Css Color HEX #63158E Indigo

📋 copy color: '#63158E'

red 99 ◦ green 21 ◦ blue 142

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

Shades of Indigo #63158E

Tints of Indigo #63158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.2%

R = 37.79%
G = 8.02%
B = 54.2%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63158E (or 0x63158E) is known color: Indigo. HEX triplet: 63, 15 and 8E. RGB value is (99,21,142). Sum of RGB (Red+Green+Blue) = 99+21+142=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #63158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63158E is #9CEA71. Grayscale: #393939. Windows color (decimal): -10283634 or 9311587. OLE color: 9311587.

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

Color convert

RGB 99 21 142 -
CMYK 0.30 0.85 0 0.44
HSL 278.68º 0.74% 0.32% -
HSV(B) 278.68º 0.85% 0.56% -
XYZ 10.3 5.14 26.04 -
YUV 58.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 99 21 142 0.30 0.85 0 0.44 278.68 0.74 0.32
Hex 63 15 8E 1E 55 0 2C 117 4A 20
Octal 143 25 216 36 125 0 54 427 112 40
Binary 1100011 10101 10001110 11110 1010101 0 101100 100010111 1001010 100000

Color Harmonies of #63158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63158E

Black with #63158E

Text Example


Text Example

White with #63158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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