Html Css Color HEX #4B056B Indigo

📋 copy color: '#4B056B'

red 75 ◦ green 5 ◦ blue 107

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

Shades of Indigo #4B056B

Tints of Indigo #4B056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.22%

R = 40.11%
G = 2.67%
B = 57.22%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B056B (or 0x4B056B) is known color: Indigo. HEX triplet: 4B, 05 and 6B. RGB value is (75,5,107). Sum of RGB (Red+Green+Blue) = 75+5+107=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B056B is #B4FA94. Grayscale: #252525. Windows color (decimal): -11860629 or 7013707. OLE color: 7013707.

HSL color Cylindrical-coordinate representation of color #4B056B: hue angle of 281.18º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B056B is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 5 107 -
CMYK 0.30 0.95 0 0.58
HSL 281.18º 0.91% 0.22% -
HSV(B) 281.18º 0.95% 0.42% -
XYZ 5.61 2.67 14.13 -
YUV 37.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 75 5 107 0.30 0.95 0 0.58 281.18 0.91 0.22
Hex 4B 5 6B 1E 5F 0 3A 119 5B 16
Octal 113 5 153 36 137 0 72 431 133 26
Binary 1001011 101 1101011 11110 1011111 0 111010 100011001 1011011 10110

Color Harmonies of #4B056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B056B

Black with #4B056B

Text Example


Text Example

White with #4B056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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