Html Css Color HEX #4B136D Indigo

📋 copy color: '#4B136D'

red 75 ◦ green 19 ◦ blue 109

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

Shades of Indigo #4B136D

Tints of Indigo #4B136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 36.95%
G = 9.36%
B = 53.69%

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

#4B136D (or 0x4B136D) is known color: Indigo. HEX triplet: 4B, 13 and 6D. RGB value is (75,19,109). Sum of RGB (Red+Green+Blue) = 75+19+109=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B136D is #B4EC92. Grayscale: #2D2D2D. Windows color (decimal): -11857043 or 7148363. OLE color: 7148363.

HSL color Cylindrical-coordinate representation of color #4B136D: hue angle of 277.33º degrees, saturation: 0.7, 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 #4B136D is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 19 109 -
CMYK 0.31 0.83 0 0.57
HSL 277.33º 0.7% 0.25% -
HSV(B) 277.33º 0.83% 0.43% -
XYZ 5.89 3.07 14.75 -
YUV 46 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 75 19 109 0.31 0.83 0 0.57 277.33 0.7 0.25
Hex 4B 13 6D 1F 53 0 39 115 46 19
Octal 113 23 155 37 123 0 71 425 106 31
Binary 1001011 10011 1101101 11111 1010011 0 111001 100010101 1000110 11001

Color Harmonies of #4B136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B136D

Black with #4B136D

Text Example


Text Example

White with #4B136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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