Html Css Color HEX #4B1689 Indigo

📋 copy color: '#4B1689'

red 75 ◦ green 22 ◦ blue 137

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

Shades of Indigo #4B1689

Tints of Indigo #4B1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 32.05%
G = 9.4%
B = 58.55%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4B1689 (or 0x4B1689) is known color: Indigo. HEX triplet: 4B, 16 and 89. RGB value is (75,22,137). Sum of RGB (Red+Green+Blue) = 75+22+137=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B1689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1689 is #B4E976. Grayscale: #323232. Windows color (decimal): -11856247 or 8984139. OLE color: 8984139.

HSL color Cylindrical-coordinate representation of color #4B1689: hue angle of 267.65º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1689 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 22 137 -
CMYK 0.45 0.84 0 0.46
HSL 267.65º 0.72% 0.31% -
HSV(B) 267.65º 0.84% 0.54% -
XYZ 7.7 3.88 24.01 -
YUV 50.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 75 22 137 0.45 0.84 0 0.46 267.65 0.72 0.31
Hex 4B 16 89 2D 54 0 2E 10C 48 1F
Octal 113 26 211 55 124 0 56 414 110 37
Binary 1001011 10110 10001001 101101 1010100 0 101110 100001100 1001000 11111

Color Harmonies of #4B1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1689

Black with #4B1689

Text Example


Text Example

White with #4B1689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,22,137); }

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

background-color css

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

 a { background-color: rgb(75,22,137); }

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

border-color css

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

 span { border-color: rgb(75,22,137); }

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