Html Css Color HEX #63027C Indigo

📋 copy color: '#63027C'

red 99 ◦ green 2 ◦ blue 124

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

Shades of Indigo #63027C

Tints of Indigo #63027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 44%
G = 0.89%
B = 55.11%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63027C (or 0x63027C) is known color: Indigo. HEX triplet: 63, 02 and 7C. RGB value is (99,2,124). Sum of RGB (Red+Green+Blue) = 99+2+124=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #63027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63027C is #9CFD83. Grayscale: #2C2C2C. Windows color (decimal): -10288516 or 8127075. OLE color: 8127075.

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

Color convert

RGB 99 2 124 -
CMYK 0.20 0.98 0 0.51
HSL 287.7º 0.97% 0.25% -
HSV(B) 287.7º 0.98% 0.49% -
XYZ 8.81 4.15 19.41 -
YUV 44.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 99 2 124 0.20 0.98 0 0.51 287.7 0.97 0.25
Hex 63 2 7C 14 62 0 33 120 61 19
Octal 143 2 174 24 142 0 63 440 141 31
Binary 1100011 10 1111100 10100 1100010 0 110011 100100000 1100001 11001

Color Harmonies of #63027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63027C

Black with #63027C

Text Example


Text Example

White with #63027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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