#63009E

Color #63009E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #63009E

Tints of Indigo #63009E

Color information

#63009E (or 0x63009E) is unknown color: approx Indigo. HEX triplet: 63, 00 and 9E. RGB value is (99,0,158). Sum of RGB (Red+Green+Blue) = 99+0+158=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #63009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63009E is #9CFF61. Grayscale: #2F2F2F. Windows color (decimal): -10288994 or 10354787. OLE color: 10354787.

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

Color convert

RGB990158-
CMYK0.37100.38
HSL277.59º100%30.98%-
HSV(B)277.59º100%61.96%-
XYZ11.325.1232.74-
YUV47.61190.3164.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=38.52%
G=0%
B=61.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9901580.37100.38277.5910030.98
Hex6309E2564026116641f
Octal14302364514404642614437
Binary110001101001111010010111001000100110100010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63009E;
 }
 .AnyTagClassName
 {
   color: #63009E;
 }
</style>
background-color css

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

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

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

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

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

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