Html Css Color HEX #63029C Indigo

📋 copy color: '#63029C'

red 99 ◦ green 2 ◦ blue 156

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

Shades of Indigo #63029C

Tints of Indigo #63029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 38.52%
G = 0.78%
B = 60.7%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63029C (or 0x63029C) is known color: Indigo. HEX triplet: 63, 02 and 9C. RGB value is (99,2,156). Sum of RGB (Red+Green+Blue) = 99+2+156=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #63029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63029C is #9CFD63. Grayscale: #303030. Windows color (decimal): -10288484 or 10224227. OLE color: 10224227.

HSL color Cylindrical-coordinate representation of color #63029C: hue angle of 277.79º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63029C is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 2 156 -
CMYK 0.37 0.99 0 0.39
HSL 277.79º 0.97% 0.31% -
HSV(B) 277.79º 0.99% 0.61% -
XYZ 11.17 5.1 31.85 -
YUV 48.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 99 2 156 0.37 0.99 0 0.39 277.79 0.97 0.31
Hex 63 2 9C 25 63 0 27 116 61 1F
Octal 143 2 234 45 143 0 47 426 141 37
Binary 1100011 10 10011100 100101 1100011 0 100111 100010110 1100001 11111

Color Harmonies of #63029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63029C

Black with #63029C

Text Example


Text Example

White with #63029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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