Html Css Color HEX #63078D Indigo

📋 copy color: '#63078D'

red 99 ◦ green 7 ◦ blue 141

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

Shades of Indigo #63078D

Tints of Indigo #63078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 40.08%
G = 2.83%
B = 57.09%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63078D (or 0x63078D) is known color: Indigo. HEX triplet: 63, 07 and 8D. RGB value is (99,7,141). Sum of RGB (Red+Green+Blue) = 99+7+141=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #63078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63078D is #9CF872. Grayscale: #313131. Windows color (decimal): -10287219 or 9242467. OLE color: 9242467.

HSL color Cylindrical-coordinate representation of color #63078D: hue angle of 281.19º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63078D is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 7 141 -
CMYK 0.30 0.95 0 0.45
HSL 281.19º 0.91% 0.29% -
HSV(B) 281.19º 0.95% 0.55% -
XYZ 10.03 4.73 25.58 -
YUV 49.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 99 7 141 0.30 0.95 0 0.45 281.19 0.91 0.29
Hex 63 7 8D 1E 5F 0 2D 119 5B 1D
Octal 143 7 215 36 137 0 55 431 133 35
Binary 1100011 111 10001101 11110 1011111 0 101101 100011001 1011011 11101

Color Harmonies of #63078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63078D

Black with #63078D

Text Example


Text Example

White with #63078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63078D; }

 p { color: rgb(99,7,141); }

 H1.HeaderClassName
 {
   color: #63078D;
 }
 .AnyTagClassName
 {
   color: #63078D;
 }
</style>

background-color css

<style>
 a { background-color: #63078D; }

 a { background-color: rgb(99,7,141); }

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

border-color css

<style>
 span { border-color: #63078D; }

 span { border-color: rgb(99,7,141); }

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