Html Css Color HEX #4B005F Indigo

📋 copy color: '#4B005F'

red 75 ◦ green 0 ◦ blue 95

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

Shades of Indigo #4B005F

Tints of Indigo #4B005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 55.88%

R = 44.12%
G = 0%
B = 55.88%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B005F (or 0x4B005F) is known color: Indigo. HEX triplet: 4B, 00 and 5F. RGB value is (75,0,95). Sum of RGB (Red+Green+Blue) = 75+0+95=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B005F is #B4FFA0. Grayscale: #202020. Windows color (decimal): -11861921 or 6225995. OLE color: 6225995.

HSL color Cylindrical-coordinate representation of color #4B005F: hue angle of 287.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B005F is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 0 95 -
CMYK 0.21 1 0 0.63
HSL 287.37º 1% 0.19% -
HSV(B) 287.37º 1% 0.37% -
XYZ 4.97 2.32 11.01 -
YUV 33.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 75 0 95 0.21 1 0 0.63 287.37 1 0.19
Hex 4B 0 5F 15 64 0 3F 11F 64 13
Octal 113 0 137 25 144 0 77 437 144 23
Binary 1001011 0 1011111 10101 1100100 0 111111 100011111 1100100 10011

Color Harmonies of #4B005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B005F

Black with #4B005F

Text Example


Text Example

White with #4B005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,0,95); }

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

background-color css

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

 a { background-color: rgb(75,0,95); }

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

border-color css

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

 span { border-color: rgb(75,0,95); }

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