Html Css Color HEX #4B168D Indigo

📋 copy color: '#4B168D'

red 75 ◦ green 22 ◦ blue 141

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

Shades of Indigo #4B168D

Tints of Indigo #4B168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.24%

R = 31.51%
G = 9.24%
B = 59.24%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B168D (or 0x4B168D) is known color: Indigo. HEX triplet: 4B, 16 and 8D. RGB value is (75,22,141). Sum of RGB (Red+Green+Blue) = 75+22+141=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B168D is #B4E972. Grayscale: #323232. Windows color (decimal): -11856243 or 9246283. OLE color: 9246283.

HSL color Cylindrical-coordinate representation of color #4B168D: hue angle of 266.72º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B168D is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 22 141 -
CMYK 0.47 0.84 0 0.45
HSL 266.72º 0.73% 0.32% -
HSV(B) 266.72º 0.84% 0.55% -
XYZ 8 3.99 25.55 -
YUV 51.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 75 22 141 0.47 0.84 0 0.45 266.72 0.73 0.32
Hex 4B 16 8D 2F 54 0 2D 10B 49 20
Octal 113 26 215 57 124 0 55 413 111 40
Binary 1001011 10110 10001101 101111 1010100 0 101101 100001011 1001001 100000

Color Harmonies of #4B168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B168D

Black with #4B168D

Text Example


Text Example

White with #4B168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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