Html Css Color HEX #63017F Indigo

📋 copy color: '#63017F'

red 99 ◦ green 1 ◦ blue 127

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

Shades of Indigo #63017F

Tints of Indigo #63017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.95%

R = 43.61%
G = 0.44%
B = 55.95%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63017F (or 0x63017F) is known color: Indigo. HEX triplet: 63, 01 and 7F. RGB value is (99,1,127). Sum of RGB (Red+Green+Blue) = 99+1+127=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #63017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63017F is #9CFE80. Grayscale: #2C2C2C. Windows color (decimal): -10288769 or 8323427. OLE color: 8323427.

HSL color Cylindrical-coordinate representation of color #63017F: hue angle of 286.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63017F is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 1 127 -
CMYK 0.22 0.99 0 0.50
HSL 286.67º 0.98% 0.25% -
HSV(B) 286.67º 0.99% 0.5% -
XYZ 8.99 4.21 20.42 -
YUV 44.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 99 1 127 0.22 0.99 0 0.50 286.67 0.98 0.25
Hex 63 1 7F 16 63 0 32 11F 62 19
Octal 143 1 177 26 143 0 62 437 142 31
Binary 1100011 1 1111111 10110 1100011 0 110010 100011111 1100010 11001

Color Harmonies of #63017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63017F

Black with #63017F

Text Example


Text Example

White with #63017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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