Html Css Color HEX #63028D Indigo

📋 copy color: '#63028D'

red 99 ◦ green 2 ◦ blue 141

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

Shades of Indigo #63028D

Tints of Indigo #63028D

RGB

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

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

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

R = 40.91%
G = 0.83%
B = 58.26%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63028D (or 0x63028D) is known color: Indigo. HEX triplet: 63, 02 and 8D. RGB value is (99,2,141). Sum of RGB (Red+Green+Blue) = 99+2+141=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #63028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63028D is #9CFD72. Grayscale: #2E2E2E. Windows color (decimal): -10288499 or 9241187. OLE color: 9241187.

HSL color Cylindrical-coordinate representation of color #63028D: hue angle of 281.87º 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 #63028D is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 2 141 -
CMYK 0.30 0.99 0 0.45
HSL 281.87º 0.97% 0.28% -
HSV(B) 281.87º 0.99% 0.55% -
XYZ 9.98 4.62 25.57 -
YUV 46.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 99 2 141 0.30 0.99 0 0.45 281.87 0.97 0.28
Hex 63 2 8D 1E 63 0 2D 11A 61 1C
Octal 143 2 215 36 143 0 55 432 141 34
Binary 1100011 10 10001101 11110 1100011 0 101101 100011010 1100001 11100

Color Harmonies of #63028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63028D

Black with #63028D

Text Example


Text Example

White with #63028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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