Html Css Color HEX #63007B Indigo

📋 copy color: '#63007B'

red 99 ◦ green 0 ◦ blue 123

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

Shades of Indigo #63007B

Tints of Indigo #63007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.41%

R = 44.59%
G = 0%
B = 55.41%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63007B (or 0x63007B) is known color: Indigo. HEX triplet: 63, 00 and 7B. RGB value is (99,0,123). Sum of RGB (Red+Green+Blue) = 99+0+123=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #63007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63007B is #9CFF84. Grayscale: #2B2B2B. Windows color (decimal): -10289029 or 8061027. OLE color: 8061027.

HSL color Cylindrical-coordinate representation of color #63007B: hue angle of 288.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63007B is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 0 123 -
CMYK 0.20 1 0 0.52
HSL 288.29º 1% 0.24% -
HSV(B) 288.29º 1% 0.48% -
XYZ 8.72 4.08 19.07 -
YUV 43.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 99 0 123 0.20 1 0 0.52 288.29 1 0.24
Hex 63 0 7B 14 64 0 34 120 64 18
Octal 143 0 173 24 144 0 64 440 144 30
Binary 1100011 0 1111011 10100 1100100 0 110100 100100000 1100100 11000

Color Harmonies of #63007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63007B

Black with #63007B

Text Example


Text Example

White with #63007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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