Html Css Color HEX #63008D Indigo

📋 copy color: '#63008D'

red 99 ◦ green 0 ◦ blue 141

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

Shades of Indigo #63008D

Tints of Indigo #63008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 41.25%
G = 0%
B = 58.75%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63008D (or 0x63008D) is known color: Indigo. HEX triplet: 63, 00 and 8D. RGB value is (99,0,141). Sum of RGB (Red+Green+Blue) = 99+0+141=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #63008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63008D is #9CFF72. Grayscale: #2D2D2D. Windows color (decimal): -10289011 or 9240675. OLE color: 9240675.

HSL color Cylindrical-coordinate representation of color #63008D: hue angle of 282.13º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63008D is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 0 141 -
CMYK 0.30 1 0 0.45
HSL 282.13º 1% 0.28% -
HSV(B) 282.13º 1% 0.55% -
XYZ 9.95 4.58 25.56 -
YUV 45.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 99 0 141 0.30 1 0 0.45 282.13 1 0.28
Hex 63 0 8D 1E 64 0 2D 11A 64 1C
Octal 143 0 215 36 144 0 55 432 144 34
Binary 1100011 0 10001101 11110 1100100 0 101101 100011010 1100100 11100

Color Harmonies of #63008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63008D

Black with #63008D

Text Example


Text Example

White with #63008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63008D; }

 p { color: rgb(99,0,141); }

 H1.HeaderClassName
 {
   color: #63008D;
 }
 .AnyTagClassName
 {
   color: #63008D;
 }
</style>

background-color css

<style>
 a { background-color: #63008D; }

 a { background-color: rgb(99,0,141); }

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

border-color css

<style>
 span { border-color: #63008D; }

 span { border-color: rgb(99,0,141); }

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