Html Css Color HEX #4B0284 Indigo

📋 copy color: '#4B0284'

red 75 ◦ green 2 ◦ blue 132

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

Shades of Indigo #4B0284

Tints of Indigo #4B0284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 35.89%
G = 0.96%
B = 63.16%

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

#4B0284 (or 0x4B0284) is known color: Indigo. HEX triplet: 4B, 02 and 84. RGB value is (75,2,132). Sum of RGB (Red+Green+Blue) = 75+2+132=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B0284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0284 is #B4FD7B. Grayscale: #262626. Windows color (decimal): -11861372 or 8651339. OLE color: 8651339.

HSL color Cylindrical-coordinate representation of color #4B0284: hue angle of 273.69º degrees, saturation: 0.97, 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 #4B0284 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 2 132 -
CMYK 0.43 0.98 0 0.48
HSL 273.69º 0.97% 0.26% -
HSV(B) 273.69º 0.98% 0.52% -
XYZ 7.09 3.21 22.07 -
YUV 38.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 75 2 132 0.43 0.98 0 0.48 273.69 0.97 0.26
Hex 4B 2 84 2B 62 0 30 112 61 1A
Octal 113 2 204 53 142 0 60 422 141 32
Binary 1001011 10 10000100 101011 1100010 0 110000 100010010 1100001 11010

Color Harmonies of #4B0284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0284

Black with #4B0284

Text Example


Text Example

White with #4B0284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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