Html Css Color HEX #63027F Indigo

📋 copy color: '#63027F'

red 99 ◦ green 2 ◦ blue 127

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

Shades of Indigo #63027F

Tints of Indigo #63027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 43.42%
G = 0.88%
B = 55.7%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63027F (or 0x63027F) is known color: Indigo. HEX triplet: 63, 02 and 7F. RGB value is (99,2,127). Sum of RGB (Red+Green+Blue) = 99+2+127=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #63027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63027F is #9CFD80. Grayscale: #2C2C2C. Windows color (decimal): -10288513 or 8323683. OLE color: 8323683.

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

Color convert

RGB 99 2 127 -
CMYK 0.22 0.98 0 0.50
HSL 286.56º 0.97% 0.25% -
HSV(B) 286.56º 0.98% 0.5% -
XYZ 9 4.23 20.42 -
YUV 45.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 99 2 127 0.22 0.98 0 0.50 286.56 0.97 0.25
Hex 63 2 7F 16 62 0 32 11F 61 19
Octal 143 2 177 26 142 0 62 437 141 31
Binary 1100011 10 1111111 10110 1100010 0 110010 100011111 1100001 11001

Color Harmonies of #63027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63027F

Black with #63027F

Text Example


Text Example

White with #63027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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