Html Css Color HEX #4B0072 Indigo

📋 copy color: '#4B0072'

red 75 ◦ green 0 ◦ blue 114

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

Shades of Indigo #4B0072

Tints of Indigo #4B0072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.32%

R = 39.68%
G = 0%
B = 60.32%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B0072 (or 0x4B0072) is known color: Indigo. HEX triplet: 4B, 00 and 72. RGB value is (75,0,114). Sum of RGB (Red+Green+Blue) = 75+0+114=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0072 is #B4FF8D. Grayscale: #232323. Windows color (decimal): -11861902 or 7471179. OLE color: 7471179.

HSL color Cylindrical-coordinate representation of color #4B0072: hue angle of 279.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0072 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 0 114 -
CMYK 0.34 1 0 0.55
HSL 279.47º 1% 0.22% -
HSV(B) 279.47º 1% 0.45% -
XYZ 5.94 2.71 16.13 -
YUV 35.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 75 0 114 0.34 1 0 0.55 279.47 1 0.22
Hex 4B 0 72 22 64 0 37 117 64 16
Octal 113 0 162 42 144 0 67 427 144 26
Binary 1001011 0 1110010 100010 1100100 0 110111 100010111 1100100 10110

Color Harmonies of #4B0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0072

Black with #4B0072

Text Example


Text Example

White with #4B0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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