Html Css Color HEX #4B0384 Indigo

📋 copy color: '#4B0384'

red 75 ◦ green 3 ◦ blue 132

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

Shades of Indigo #4B0384

Tints of Indigo #4B0384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

 BLUE value IS 132 (51.95% from 255) = 62.86%

R = 35.71%
G = 1.43%
B = 62.86%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B0384 (or 0x4B0384) is known color: Indigo. HEX triplet: 4B, 03 and 84. RGB value is (75,3,132). Sum of RGB (Red+Green+Blue) = 75+3+132=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B0384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0384 is #B4FC7B. Grayscale: #262626. Windows color (decimal): -11861116 or 8651595. OLE color: 8651595.

HSL color Cylindrical-coordinate representation of color #4B0384: hue angle of 273.49º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0384 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 3 132 -
CMYK 0.43 0.98 0 0.48
HSL 273.49º 0.96% 0.26% -
HSV(B) 273.49º 0.98% 0.52% -
XYZ 7.1 3.23 22.08 -
YUV 39.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 75 3 132 0.43 0.98 0 0.48 273.49 0.96 0.26
Hex 4B 3 84 2B 62 0 30 111 60 1A
Octal 113 3 204 53 142 0 60 421 140 32
Binary 1001011 11 10000100 101011 1100010 0 110000 100010001 1100000 11010

Color Harmonies of #4B0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0384

Black with #4B0384

Text Example


Text Example

White with #4B0384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,3,132); }

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

background-color css

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

 a { background-color: rgb(75,3,132); }

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

border-color css

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

 span { border-color: rgb(75,3,132); }

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