Html Css Color HEX #63017A Indigo

📋 copy color: '#63017A'

red 99 ◦ green 1 ◦ blue 122

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

Shades of Indigo #63017A

Tints of Indigo #63017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.95%

R = 44.59%
G = 0.45%
B = 54.95%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63017A (or 0x63017A) is known color: Indigo. HEX triplet: 63, 01 and 7A. RGB value is (99,1,122). Sum of RGB (Red+Green+Blue) = 99+1+122=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #63017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63017A is #9CFE85. Grayscale: #2B2B2B. Windows color (decimal): -10288774 or 7995747. OLE color: 7995747.

HSL color Cylindrical-coordinate representation of color #63017A: hue angle of 288.6º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63017A is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 1 122 -
CMYK 0.19 0.99 0 0.52
HSL 288.6º 0.98% 0.24% -
HSV(B) 288.6º 0.99% 0.48% -
XYZ 8.67 4.08 18.74 -
YUV 44.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 99 1 122 0.19 0.99 0 0.52 288.6 0.98 0.24
Hex 63 1 7A 13 63 0 34 121 62 18
Octal 143 1 172 23 143 0 64 441 142 30
Binary 1100011 1 1111010 10011 1100011 0 110100 100100001 1100010 11000

Color Harmonies of #63017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63017A

Black with #63017A

Text Example


Text Example

White with #63017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63017A; }

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

 H1.HeaderClassName
 {
   color: #63017A;
 }
 .AnyTagClassName
 {
   color: #63017A;
 }
</style>

background-color css

<style>
 a { background-color: #63017A; }

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

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

border-color css

<style>
 span { border-color: #63017A; }

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

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