Html Css Color HEX #63099C Indigo

📋 copy color: '#63099C'

red 99 ◦ green 9 ◦ blue 156

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

Shades of Indigo #63099C

Tints of Indigo #63099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 37.5%
G = 3.41%
B = 59.09%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63099C (or 0x63099C) is known color: Indigo. HEX triplet: 63, 09 and 9C. RGB value is (99,9,156). Sum of RGB (Red+Green+Blue) = 99+9+156=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #63099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63099C is #9CF663. Grayscale: #343434. Windows color (decimal): -10286692 or 10226019. OLE color: 10226019.

HSL color Cylindrical-coordinate representation of color #63099C: hue angle of 276.73º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63099C is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 9 156 -
CMYK 0.37 0.94 0 0.39
HSL 276.73º 0.89% 0.32% -
HSV(B) 276.73º 0.94% 0.61% -
XYZ 11.24 5.25 31.87 -
YUV 52.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 99 9 156 0.37 0.94 0 0.39 276.73 0.89 0.32
Hex 63 9 9C 25 5E 0 27 115 59 20
Octal 143 11 234 45 136 0 47 425 131 40
Binary 1100011 1001 10011100 100101 1011110 0 100111 100010101 1011001 100000

Color Harmonies of #63099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63099C

Black with #63099C

Text Example


Text Example

White with #63099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,9,156); }

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

background-color css

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

 a { background-color: rgb(99,9,156); }

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

border-color css

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

 span { border-color: rgb(99,9,156); }

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