Html Css Color HEX #63029F Indigo

📋 copy color: '#63029F'

red 99 ◦ green 2 ◦ blue 159

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

Shades of Indigo #63029F

Tints of Indigo #63029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 159 (62.5% from 255) = 61.15%

R = 38.08%
G = 0.77%
B = 61.15%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63029F (or 0x63029F) is known color: Indigo. HEX triplet: 63, 02 and 9F. RGB value is (99,2,159). Sum of RGB (Red+Green+Blue) = 99+2+159=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #63029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63029F is #9CFD60. Grayscale: #303030. Windows color (decimal): -10288481 or 10420835. OLE color: 10420835.

HSL color Cylindrical-coordinate representation of color #63029F: hue angle of 277.07º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63029F is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 2 159 -
CMYK 0.38 0.99 0 0.38
HSL 277.07º 0.98% 0.32% -
HSV(B) 277.07º 0.99% 0.62% -
XYZ 11.43 5.2 33.2 -
YUV 48.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 99 2 159 0.38 0.99 0 0.38 277.07 0.98 0.32
Hex 63 2 9F 26 63 0 26 115 62 20
Octal 143 2 237 46 143 0 46 425 142 40
Binary 1100011 10 10011111 100110 1100011 0 100110 100010101 1100010 100000

Color Harmonies of #63029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63029F

Black with #63029F

Text Example


Text Example

White with #63029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,2,159); }

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

background-color css

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

 a { background-color: rgb(99,2,159); }

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

border-color css

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

 span { border-color: rgb(99,2,159); }

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