Html Css Color HEX #4B008F Indigo

📋 copy color: '#4B008F'

red 75 ◦ green 0 ◦ blue 143

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

Shades of Indigo #4B008F

Tints of Indigo #4B008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 65.6%

R = 34.4%
G = 0%
B = 65.6%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B008F (or 0x4B008F) is known color: Indigo. HEX triplet: 4B, 00 and 8F. RGB value is (75,0,143). Sum of RGB (Red+Green+Blue) = 75+0+143=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B008F is #B4FF70. Grayscale: #262626. Windows color (decimal): -11861873 or 9371723. OLE color: 9371723.

HSL color Cylindrical-coordinate representation of color #4B008F: hue angle of 271.47º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B008F is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 0 143 -
CMYK 0.48 1 0 0.44
HSL 271.47º 1% 0.28% -
HSV(B) 271.47º 1% 0.56% -
XYZ 7.86 3.48 26.24 -
YUV 38.73 186.85 153.87 -
System Red Green Blue C M Y K H S L
Decimal 75 0 143 0.48 1 0 0.44 271.47 1 0.28
Hex 4B 0 8F 30 64 0 2C 10F 64 1C
Octal 113 0 217 60 144 0 54 417 144 34
Binary 1001011 0 10001111 110000 1100100 0 101100 100001111 1100100 11100

Color Harmonies of #4B008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B008F

Black with #4B008F

Text Example


Text Example

White with #4B008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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