Html Css Color HEX #63137F Indigo

📋 copy color: '#63137F'

red 99 ◦ green 19 ◦ blue 127

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

Shades of Indigo #63137F

Tints of Indigo #63137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 40.41%
G = 7.76%
B = 51.84%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63137F (or 0x63137F) is known color: Indigo. HEX triplet: 63, 13 and 7F. RGB value is (99,19,127). Sum of RGB (Red+Green+Blue) = 99+19+127=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #63137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63137F is #9CEC80. Grayscale: #363636. Windows color (decimal): -10284161 or 8328035. OLE color: 8328035.

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

Color convert

RGB 99 19 127 -
CMYK 0.22 0.85 0 0.50
HSL 284.44º 0.74% 0.29% -
HSV(B) 284.44º 0.85% 0.5% -
XYZ 9.21 4.65 20.49 -
YUV 55.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 99 19 127 0.22 0.85 0 0.50 284.44 0.74 0.29
Hex 63 13 7F 16 55 0 32 11C 4A 1D
Octal 143 23 177 26 125 0 62 434 112 35
Binary 1100011 10011 1111111 10110 1010101 0 110010 100011100 1001010 11101

Color Harmonies of #63137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63137F

Black with #63137F

Text Example


Text Example

White with #63137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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