Html Css Color HEX #63007F Indigo

📋 copy color: '#63007F'

red 99 ◦ green 0 ◦ blue 127

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

Shades of Indigo #63007F

Tints of Indigo #63007F

RGB

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

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

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

R = 43.81%
G = 0%
B = 56.19%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63007F (or 0x63007F) is known color: Indigo. HEX triplet: 63, 00 and 7F. RGB value is (99,0,127). Sum of RGB (Red+Green+Blue) = 99+0+127=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #63007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63007F is #9CFF80. Grayscale: #2B2B2B. Windows color (decimal): -10289025 or 8323171. OLE color: 8323171.

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

Color convert

RGB 99 0 127 -
CMYK 0.22 1 0 0.50
HSL 286.77º 1% 0.25% -
HSV(B) 286.77º 1% 0.5% -
XYZ 8.98 4.18 20.41 -
YUV 44.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 99 0 127 0.22 1 0 0.50 286.77 1 0.25
Hex 63 0 7F 16 64 0 32 11F 64 19
Octal 143 0 177 26 144 0 62 437 144 31
Binary 1100011 0 1111111 10110 1100100 0 110010 100011111 1100100 11001

Color Harmonies of #63007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63007F

Black with #63007F

Text Example


Text Example

White with #63007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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