Html Css Color HEX #63057A Indigo

📋 copy color: '#63057A'

red 99 ◦ green 5 ◦ blue 122

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

Shades of Indigo #63057A

Tints of Indigo #63057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 43.81%
G = 2.21%
B = 53.98%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63057A (or 0x63057A) is known color: Indigo. HEX triplet: 63, 05 and 7A. RGB value is (99,5,122). Sum of RGB (Red+Green+Blue) = 99+5+122=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #63057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63057A is #9CFA85. Grayscale: #2E2E2E. Windows color (decimal): -10287750 or 7996771. OLE color: 7996771.

HSL color Cylindrical-coordinate representation of color #63057A: hue angle of 288.21º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63057A is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 5 122 -
CMYK 0.19 0.96 0 0.52
HSL 288.21º 0.92% 0.25% -
HSV(B) 288.21º 0.96% 0.48% -
XYZ 8.71 4.17 18.76 -
YUV 46.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 99 5 122 0.19 0.96 0 0.52 288.21 0.92 0.25
Hex 63 5 7A 13 60 0 34 120 5C 19
Octal 143 5 172 23 140 0 64 440 134 31
Binary 1100011 101 1111010 10011 1100000 0 110100 100100000 1011100 11001

Color Harmonies of #63057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63057A

Black with #63057A

Text Example


Text Example

White with #63057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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