Html Css Color HEX #4B106D Indigo

📋 copy color: '#4B106D'

red 75 ◦ green 16 ◦ blue 109

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

Shades of Indigo #4B106D

Tints of Indigo #4B106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 37.5%
G = 8%
B = 54.5%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B106D (or 0x4B106D) is known color: Indigo. HEX triplet: 4B, 10 and 6D. RGB value is (75,16,109). Sum of RGB (Red+Green+Blue) = 75+16+109=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B106D is #B4EF92. Grayscale: #2B2B2B. Windows color (decimal): -11857811 or 7147595. OLE color: 7147595.

HSL color Cylindrical-coordinate representation of color #4B106D: hue angle of 278.06º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B106D is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 16 109 -
CMYK 0.31 0.85 0 0.57
HSL 278.06º 0.74% 0.25% -
HSV(B) 278.06º 0.85% 0.43% -
XYZ 5.85 2.97 14.73 -
YUV 44.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 75 16 109 0.31 0.85 0 0.57 278.06 0.74 0.25
Hex 4B 10 6D 1F 55 0 39 116 4A 19
Octal 113 20 155 37 125 0 71 426 112 31
Binary 1001011 10000 1101101 11111 1010101 0 111001 100010110 1001010 11001

Color Harmonies of #4B106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B106D

Black with #4B106D

Text Example


Text Example

White with #4B106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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