Html Css Color HEX #63028C Indigo

📋 copy color: '#63028C'

red 99 ◦ green 2 ◦ blue 140

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

Shades of Indigo #63028C

Tints of Indigo #63028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.09%

R = 41.08%
G = 0.83%
B = 58.09%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63028C (or 0x63028C) is known color: Indigo. HEX triplet: 63, 02 and 8C. RGB value is (99,2,140). Sum of RGB (Red+Green+Blue) = 99+2+140=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #63028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63028C is #9CFD73. Grayscale: #2E2E2E. Windows color (decimal): -10288500 or 9175651. OLE color: 9175651.

HSL color Cylindrical-coordinate representation of color #63028C: hue angle of 282.17º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63028C is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 2 140 -
CMYK 0.29 0.99 0 0.45
HSL 282.17º 0.97% 0.28% -
HSV(B) 282.17º 0.99% 0.55% -
XYZ 9.9 4.59 25.17 -
YUV 46.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 99 2 140 0.29 0.99 0 0.45 282.17 0.97 0.28
Hex 63 2 8C 1D 63 0 2D 11A 61 1C
Octal 143 2 214 35 143 0 55 432 141 34
Binary 1100011 10 10001100 11101 1100011 0 101101 100011010 1100001 11100

Color Harmonies of #63028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63028C

Black with #63028C

Text Example


Text Example

White with #63028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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