Html Css Color HEX #4B088D Indigo

📋 copy color: '#4B088D'

red 75 ◦ green 8 ◦ blue 141

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

Shades of Indigo #4B088D

Tints of Indigo #4B088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 33.48%
G = 3.57%
B = 62.95%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B088D (or 0x4B088D) is known color: Indigo. HEX triplet: 4B, 08 and 8D. RGB value is (75,8,141). Sum of RGB (Red+Green+Blue) = 75+8+141=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B088D is #B4F772. Grayscale: #2A2A2A. Windows color (decimal): -11859827 or 9242699. OLE color: 9242699.

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

Color convert

RGB 75 8 141 -
CMYK 0.47 0.94 0 0.45
HSL 270.23º 0.89% 0.29% -
HSV(B) 270.23º 0.94% 0.55% -
XYZ 7.8 3.59 25.48 -
YUV 43.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 75 8 141 0.47 0.94 0 0.45 270.23 0.89 0.29
Hex 4B 8 8D 2F 5E 0 2D 10E 59 1D
Octal 113 10 215 57 136 0 55 416 131 35
Binary 1001011 1000 10001101 101111 1011110 0 101101 100001110 1011001 11101

Color Harmonies of #4B088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B088D

Black with #4B088D

Text Example


Text Example

White with #4B088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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