Html Css Color HEX #63129E Indigo

📋 copy color: '#63129E'

red 99 ◦ green 18 ◦ blue 158

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

Shades of Indigo #63129E

Tints of Indigo #63129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 158 (62.11% from 255) = 57.45%

R = 36%
G = 6.55%
B = 57.45%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63129E (or 0x63129E) is known color: Indigo. HEX triplet: 63, 12 and 9E. RGB value is (99,18,158). Sum of RGB (Red+Green+Blue) = 99+18+158=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #63129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63129E is #9CED61. Grayscale: #393939. Windows color (decimal): -10284386 or 10359395. OLE color: 10359395.

HSL color Cylindrical-coordinate representation of color #63129E: hue angle of 274.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63129E is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 18 158 -
CMYK 0.37 0.89 0 0.38
HSL 274.71º 0.8% 0.35% -
HSV(B) 274.71º 0.89% 0.62% -
XYZ 11.53 5.55 32.81 -
YUV 58.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 99 18 158 0.37 0.89 0 0.38 274.71 0.8 0.35
Hex 63 12 9E 25 59 0 26 113 50 23
Octal 143 22 236 45 131 0 46 423 120 43
Binary 1100011 10010 10011110 100101 1011001 0 100110 100010011 1010000 100011

Color Harmonies of #63129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63129E

Black with #63129E

Text Example


Text Example

White with #63129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63129E; }

 p { color: rgb(99,18,158); }

 H1.HeaderClassName
 {
   color: #63129E;
 }
 .AnyTagClassName
 {
   color: #63129E;
 }
</style>

background-color css

<style>
 a { background-color: #63129E; }

 a { background-color: rgb(99,18,158); }

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

border-color css

<style>
 span { border-color: #63129E; }

 span { border-color: rgb(99,18,158); }

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