Html Css Color HEX #63057F Indigo

📋 copy color: '#63057F'

red 99 ◦ green 5 ◦ blue 127

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

Shades of Indigo #63057F

Tints of Indigo #63057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 42.86%
G = 2.16%
B = 54.98%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63057F (or 0x63057F) is known color: Indigo. HEX triplet: 63, 05 and 7F. RGB value is (99,5,127). Sum of RGB (Red+Green+Blue) = 99+5+127=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #63057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63057F is #9CFA80. Grayscale: #2E2E2E. Windows color (decimal): -10287745 or 8324451. OLE color: 8324451.

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

Color convert

RGB 99 5 127 -
CMYK 0.22 0.96 0 0.50
HSL 286.23º 0.92% 0.26% -
HSV(B) 286.23º 0.96% 0.5% -
XYZ 9.03 4.29 20.43 -
YUV 47.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 99 5 127 0.22 0.96 0 0.50 286.23 0.92 0.26
Hex 63 5 7F 16 60 0 32 11E 5C 1A
Octal 143 5 177 26 140 0 62 436 134 32
Binary 1100011 101 1111111 10110 1100000 0 110010 100011110 1011100 11010

Color Harmonies of #63057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63057F

Black with #63057F

Text Example


Text Example

White with #63057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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