Html Css Color HEX #4B057B Indigo

📋 copy color: '#4B057B'

red 75 ◦ green 5 ◦ blue 123

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

Shades of Indigo #4B057B

Tints of Indigo #4B057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 60.59%

R = 36.95%
G = 2.46%
B = 60.59%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4B057B (or 0x4B057B) is known color: Indigo. HEX triplet: 4B, 05 and 7B. RGB value is (75,5,123). Sum of RGB (Red+Green+Blue) = 75+5+123=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B057B is #B4FA84. Grayscale: #262626. Windows color (decimal): -11860613 or 8062283. OLE color: 8062283.

HSL color Cylindrical-coordinate representation of color #4B057B: hue angle of 275.59º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B057B is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 5 123 -
CMYK 0.39 0.96 0 0.52
HSL 275.59º 0.92% 0.25% -
HSV(B) 275.59º 0.96% 0.48% -
XYZ 6.53 3.03 18.98 -
YUV 39.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 75 5 123 0.39 0.96 0 0.52 275.59 0.92 0.25
Hex 4B 5 7B 27 60 0 34 114 5C 19
Octal 113 5 173 47 140 0 64 424 134 31
Binary 1001011 101 1111011 100111 1100000 0 110100 100010100 1011100 11001

Color Harmonies of #4B057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B057B

Black with #4B057B

Text Example


Text Example

White with #4B057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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