Html Css Color HEX #4B088C Indigo

📋 copy color: '#4B088C'

red 75 ◦ green 8 ◦ blue 140

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

Shades of Indigo #4B088C

Tints of Indigo #4B088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.78%

R = 33.63%
G = 3.59%
B = 62.78%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B088C (or 0x4B088C) is known color: Indigo. HEX triplet: 4B, 08 and 8C. RGB value is (75,8,140). Sum of RGB (Red+Green+Blue) = 75+8+140=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B088C is #B4F773. Grayscale: #2A2A2A. Windows color (decimal): -11859828 or 9177163. OLE color: 9177163.

HSL color Cylindrical-coordinate representation of color #4B088C: hue angle of 270.45º 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 #4B088C is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 8 140 -
CMYK 0.46 0.94 0 0.45
HSL 270.45º 0.89% 0.29% -
HSV(B) 270.45º 0.94% 0.55% -
XYZ 7.72 3.56 25.09 -
YUV 43.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 75 8 140 0.46 0.94 0 0.45 270.45 0.89 0.29
Hex 4B 8 8C 2E 5E 0 2D 10E 59 1D
Octal 113 10 214 56 136 0 55 416 131 35
Binary 1001011 1000 10001100 101110 1011110 0 101101 100001110 1011001 11101

Color Harmonies of #4B088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B088C

Black with #4B088C

Text Example


Text Example

White with #4B088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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