Html Css Color HEX #4B039F Indigo

📋 copy color: '#4B039F'

red 75 ◦ green 3 ◦ blue 159

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

Shades of Indigo #4B039F

Tints of Indigo #4B039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 31.65%
G = 1.27%
B = 67.09%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B039F (or 0x4B039F) is known color: Indigo. HEX triplet: 4B, 03 and 9F. RGB value is (75,3,159). Sum of RGB (Red+Green+Blue) = 75+3+159=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B039F is #B4FC60. Grayscale: #292929. Windows color (decimal): -11861089 or 10421067. OLE color: 10421067.

HSL color Cylindrical-coordinate representation of color #4B039F: hue angle of 267.69º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B039F is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 75 3 159 -
CMYK 0.53 0.98 0 0.38
HSL 267.69º 0.96% 0.32% -
HSV(B) 267.69º 0.98% 0.62% -
XYZ 9.19 4.06 33.1 -
YUV 42.31 193.85 151.32 -
System Red Green Blue C M Y K H S L
Decimal 75 3 159 0.53 0.98 0 0.38 267.69 0.96 0.32
Hex 4B 3 9F 35 62 0 26 10C 60 20
Octal 113 3 237 65 142 0 46 414 140 40
Binary 1001011 11 10011111 110101 1100010 0 100110 100001100 1100000 100000

Color Harmonies of #4B039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B039F

Black with #4B039F

Text Example


Text Example

White with #4B039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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