Html Css Color HEX #4B1095 Indigo

📋 copy color: '#4B1095'

red 75 ◦ green 16 ◦ blue 149

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

Shades of Indigo #4B1095

Tints of Indigo #4B1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 31.25%
G = 6.67%
B = 62.08%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B1095 (or 0x4B1095) is known color: Indigo. HEX triplet: 4B, 10 and 95. RGB value is (75,16,149). Sum of RGB (Red+Green+Blue) = 75+16+149=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1095 is #B4EF6A. Grayscale: #303030. Windows color (decimal): -11857771 or 9769035. OLE color: 9769035.

HSL color Cylindrical-coordinate representation of color #4B1095: hue angle of 266.62º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B1095 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 16 149 -
CMYK 0.50 0.89 0 0.42
HSL 266.62º 0.81% 0.32% -
HSV(B) 266.62º 0.89% 0.58% -
XYZ 8.51 4.04 28.76 -
YUV 48.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 75 16 149 0.50 0.89 0 0.42 266.62 0.81 0.32
Hex 4B 10 95 32 59 0 2A 10B 51 20
Octal 113 20 225 62 131 0 52 413 121 40
Binary 1001011 10000 10010101 110010 1011001 0 101010 100001011 1010001 100000

Color Harmonies of #4B1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1095

Black with #4B1095

Text Example


Text Example

White with #4B1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,16,149); }

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

background-color css

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

 a { background-color: rgb(75,16,149); }

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

border-color css

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

 span { border-color: rgb(75,16,149); }

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