Html Css Color HEX #4B126D Indigo

📋 copy color: '#4B126D'

red 75 ◦ green 18 ◦ blue 109

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

Shades of Indigo #4B126D

Tints of Indigo #4B126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 37.13%
G = 8.91%
B = 53.96%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B126D (or 0x4B126D) is known color: Indigo. HEX triplet: 4B, 12 and 6D. RGB value is (75,18,109). Sum of RGB (Red+Green+Blue) = 75+18+109=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B126D is #B4ED92. Grayscale: #2D2D2D. Windows color (decimal): -11857299 or 7148107. OLE color: 7148107.

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

Color convert

RGB 75 18 109 -
CMYK 0.31 0.83 0 0.57
HSL 277.58º 0.72% 0.25% -
HSV(B) 277.58º 0.83% 0.43% -
XYZ 5.88 3.03 14.74 -
YUV 45.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 75 18 109 0.31 0.83 0 0.57 277.58 0.72 0.25
Hex 4B 12 6D 1F 53 0 39 116 48 19
Octal 113 22 155 37 123 0 71 426 110 31
Binary 1001011 10010 1101101 11111 1010011 0 111001 100010110 1001000 11001

Color Harmonies of #4B126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B126D

Black with #4B126D

Text Example


Text Example

White with #4B126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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