Html Css Color HEX #63019B Indigo

📋 copy color: '#63019B'

red 99 ◦ green 1 ◦ blue 155

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

Shades of Indigo #63019B

Tints of Indigo #63019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 155 (60.94% from 255) = 60.78%

R = 38.82%
G = 0.39%
B = 60.78%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63019B (or 0x63019B) is known color: Indigo. HEX triplet: 63, 01 and 9B. RGB value is (99,1,155). Sum of RGB (Red+Green+Blue) = 99+1+155=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #63019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63019B is #9CFE64. Grayscale: #2F2F2F. Windows color (decimal): -10288741 or 10158435. OLE color: 10158435.

HSL color Cylindrical-coordinate representation of color #63019B: hue angle of 278.18º degrees, saturation: 0.99, 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 #63019B is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 1 155 -
CMYK 0.36 0.99 0 0.39
HSL 278.18º 0.99% 0.31% -
HSV(B) 278.18º 0.99% 0.61% -
XYZ 11.07 5.04 31.4 -
YUV 47.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 99 1 155 0.36 0.99 0 0.39 278.18 0.99 0.31
Hex 63 1 9B 24 63 0 27 116 63 1F
Octal 143 1 233 44 143 0 47 426 143 37
Binary 1100011 1 10011011 100100 1100011 0 100111 100010110 1100011 11111

Color Harmonies of #63019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63019B

Black with #63019B

Text Example


Text Example

White with #63019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63019B; }

 p { color: rgb(99,1,155); }

 H1.HeaderClassName
 {
   color: #63019B;
 }
 .AnyTagClassName
 {
   color: #63019B;
 }
</style>

background-color css

<style>
 a { background-color: #63019B; }

 a { background-color: rgb(99,1,155); }

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

border-color css

<style>
 span { border-color: #63019B; }

 span { border-color: rgb(99,1,155); }

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