Html Css Color HEX #4B0563 Indigo

📋 copy color: '#4B0563'

red 75 ◦ green 5 ◦ blue 99

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

Shades of Indigo #4B0563

Tints of Indigo #4B0563

RGB

 RED value IS 75 (29.69% from 255) = 41.9%

 GREEN value IS 5 (2.34% from 255) = 2.79%

 BLUE value IS 99 (39.06% from 255) = 55.31%

R = 41.9%
G = 2.79%
B = 55.31%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4B0563 (or 0x4B0563) is known color: Indigo. HEX triplet: 4B, 05 and 63. RGB value is (75,5,99). Sum of RGB (Red+Green+Blue) = 75+5+99=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B0563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0563 is #B4FA9C. Grayscale: #242424. Windows color (decimal): -11860637 or 6489419. OLE color: 6489419.

HSL color Cylindrical-coordinate representation of color #4B0563: hue angle of 284.68º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0563 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 5 99 -
CMYK 0.24 0.95 0 0.61
HSL 284.68º 0.9% 0.2% -
HSV(B) 284.68º 0.95% 0.39% -
XYZ 5.21 2.51 12.01 -
YUV 36.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 75 5 99 0.24 0.95 0 0.61 284.68 0.9 0.2
Hex 4B 5 63 18 5F 0 3D 11D 5A 14
Octal 113 5 143 30 137 0 75 435 132 24
Binary 1001011 101 1100011 11000 1011111 0 111101 100011101 1011010 10100

Color Harmonies of #4B0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0563

Black with #4B0563

Text Example


Text Example

White with #4B0563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B0563; }

 p { color: rgb(75,5,99); }

 H1.HeaderClassName
 {
   color: #4B0563;
 }
 .AnyTagClassName
 {
   color: #4B0563;
 }
</style>

background-color css

<style>
 a { background-color: #4B0563; }

 a { background-color: rgb(75,5,99); }

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

border-color css

<style>
 span { border-color: #4B0563; }

 span { border-color: rgb(75,5,99); }

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