Html Css Color HEX #4B018C Indigo

📋 copy color: '#4B018C'

red 75 ◦ green 1 ◦ blue 140

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

Shades of Indigo #4B018C

Tints of Indigo #4B018C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 34.72%
G = 0.46%
B = 64.81%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B018C (or 0x4B018C) is known color: Indigo. HEX triplet: 4B, 01 and 8C. RGB value is (75,1,140). Sum of RGB (Red+Green+Blue) = 75+1+140=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B018C is #B4FE73. Grayscale: #262626. Windows color (decimal): -11861620 or 9175371. OLE color: 9175371.

HSL color Cylindrical-coordinate representation of color #4B018C: hue angle of 271.94º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B018C is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 1 140 -
CMYK 0.46 0.99 0 0.45
HSL 271.94º 0.99% 0.28% -
HSV(B) 271.94º 0.99% 0.55% -
XYZ 7.65 3.41 25.07 -
YUV 38.97 185.02 153.7 -
System Red Green Blue C M Y K H S L
Decimal 75 1 140 0.46 0.99 0 0.45 271.94 0.99 0.28
Hex 4B 1 8C 2E 63 0 2D 110 63 1C
Octal 113 1 214 56 143 0 55 420 143 34
Binary 1001011 1 10001100 101110 1100011 0 101101 100010000 1100011 11100

Color Harmonies of #4B018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B018C

Black with #4B018C

Text Example


Text Example

White with #4B018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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