Html Css Color HEX #63008F Indigo

📋 copy color: '#63008F'

red 99 ◦ green 0 ◦ blue 143

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

Shades of Indigo #63008F

Tints of Indigo #63008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.09%

R = 40.91%
G = 0%
B = 59.09%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63008F (or 0x63008F) is known color: Indigo. HEX triplet: 63, 00 and 8F. RGB value is (99,0,143). Sum of RGB (Red+Green+Blue) = 99+0+143=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #63008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63008F is #9CFF70. Grayscale: #2D2D2D. Windows color (decimal): -10289009 or 9371747. OLE color: 9371747.

HSL color Cylindrical-coordinate representation of color #63008F: hue angle of 281.54º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63008F is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 0 143 -
CMYK 0.31 1 0 0.44
HSL 281.54º 1% 0.28% -
HSV(B) 281.54º 1% 0.56% -
XYZ 10.1 4.64 26.35 -
YUV 45.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 99 0 143 0.31 1 0 0.44 281.54 1 0.28
Hex 63 0 8F 1F 64 0 2C 11A 64 1C
Octal 143 0 217 37 144 0 54 432 144 34
Binary 1100011 0 10001111 11111 1100100 0 101100 100011010 1100100 11100

Color Harmonies of #63008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63008F

Black with #63008F

Text Example


Text Example

White with #63008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63008F; }

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

 H1.HeaderClassName
 {
   color: #63008F;
 }
 .AnyTagClassName
 {
   color: #63008F;
 }
</style>

background-color css

<style>
 a { background-color: #63008F; }

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

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

border-color css

<style>
 span { border-color: #63008F; }

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

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