Html Css Color HEX #63019D Indigo

📋 copy color: '#63019D'

red 99 ◦ green 1 ◦ blue 157

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

Shades of Indigo #63019D

Tints of Indigo #63019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 38.52%
G = 0.39%
B = 61.09%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63019D (or 0x63019D) is known color: Indigo. HEX triplet: 63, 01 and 9D. RGB value is (99,1,157). Sum of RGB (Red+Green+Blue) = 99+1+157=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #63019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63019D is #9CFE62. Grayscale: #2F2F2F. Windows color (decimal): -10288739 or 10289507. OLE color: 10289507.

HSL color Cylindrical-coordinate representation of color #63019D: hue angle of 277.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63019D is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 1 157 -
CMYK 0.37 0.99 0 0.38
HSL 277.69º 0.99% 0.31% -
HSV(B) 277.69º 0.99% 0.62% -
XYZ 11.24 5.11 32.29 -
YUV 48.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 99 1 157 0.37 0.99 0 0.38 277.69 0.99 0.31
Hex 63 1 9D 25 63 0 26 116 63 1F
Octal 143 1 235 45 143 0 46 426 143 37
Binary 1100011 1 10011101 100101 1100011 0 100110 100010110 1100011 11111

Color Harmonies of #63019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63019D

Black with #63019D

Text Example


Text Example

White with #63019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,1,157); }

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

background-color css

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

 a { background-color: rgb(99,1,157); }

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

border-color css

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

 span { border-color: rgb(99,1,157); }

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