Html Css Color HEX #4B0573 Indigo

📋 copy color: '#4B0573'

red 75 ◦ green 5 ◦ blue 115

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

Shades of Indigo #4B0573

Tints of Indigo #4B0573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.97%

R = 38.46%
G = 2.56%
B = 58.97%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B0573 (or 0x4B0573) is known color: Indigo. HEX triplet: 4B, 05 and 73. RGB value is (75,5,115). Sum of RGB (Red+Green+Blue) = 75+5+115=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B0573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0573 is #B4FA8C. Grayscale: #262626. Windows color (decimal): -11860621 or 7537995. OLE color: 7537995.

HSL color Cylindrical-coordinate representation of color #4B0573: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0573 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 5 115 -
CMYK 0.35 0.96 0 0.55
HSL 278.18º 0.92% 0.24% -
HSV(B) 278.18º 0.96% 0.45% -
XYZ 6.05 2.84 16.45 -
YUV 38.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 75 5 115 0.35 0.96 0 0.55 278.18 0.92 0.24
Hex 4B 5 73 23 60 0 37 116 5C 18
Octal 113 5 163 43 140 0 67 426 134 30
Binary 1001011 101 1110011 100011 1100000 0 110111 100010110 1011100 11000

Color Harmonies of #4B0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0573

Black with #4B0573

Text Example


Text Example

White with #4B0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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