Html Css Color HEX #4B108E Indigo

📋 copy color: '#4B108E'

red 75 ◦ green 16 ◦ blue 142

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

Shades of Indigo #4B108E

Tints of Indigo #4B108E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.94%

R = 32.19%
G = 6.87%
B = 60.94%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B108E (or 0x4B108E) is known color: Indigo. HEX triplet: 4B, 10 and 8E. RGB value is (75,16,142). Sum of RGB (Red+Green+Blue) = 75+16+142=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B108E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B108E is #B4EF71. Grayscale: #2F2F2F. Windows color (decimal): -11857778 or 9310283. OLE color: 9310283.

HSL color Cylindrical-coordinate representation of color #4B108E: hue angle of 268.1º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B108E is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 16 142 -
CMYK 0.47 0.89 0 0.44
HSL 268.1º 0.8% 0.31% -
HSV(B) 268.1º 0.89% 0.56% -
XYZ 7.97 3.82 25.91 -
YUV 48.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 75 16 142 0.47 0.89 0 0.44 268.1 0.8 0.31
Hex 4B 10 8E 2F 59 0 2C 10C 50 1F
Octal 113 20 216 57 131 0 54 414 120 37
Binary 1001011 10000 10001110 101111 1011001 0 101100 100001100 1010000 11111

Color Harmonies of #4B108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B108E

Black with #4B108E

Text Example


Text Example

White with #4B108E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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