Html Css Color HEX #4B0365 Indigo

📋 copy color: '#4B0365'

red 75 ◦ green 3 ◦ blue 101

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

Shades of Indigo #4B0365

Tints of Indigo #4B0365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 56.42%

R = 41.9%
G = 1.68%
B = 56.42%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4B0365 (or 0x4B0365) is known color: Indigo. HEX triplet: 4B, 03 and 65. RGB value is (75,3,101). Sum of RGB (Red+Green+Blue) = 75+3+101=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0365 is #B4FC9A. Grayscale: #232323. Windows color (decimal): -11861147 or 6619979. OLE color: 6619979.

HSL color Cylindrical-coordinate representation of color #4B0365: hue angle of 284.08º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0365 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 75 3 101 -
CMYK 0.26 0.97 0 0.60
HSL 284.08º 0.94% 0.2% -
HSV(B) 284.08º 0.97% 0.4% -
XYZ 5.28 2.5 12.52 -
YUV 35.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 75 3 101 0.26 0.97 0 0.60 284.08 0.94 0.2
Hex 4B 3 65 1A 61 0 3C 11C 5E 14
Octal 113 3 145 32 141 0 74 434 136 24
Binary 1001011 11 1100101 11010 1100001 0 111100 100011100 1011110 10100

Color Harmonies of #4B0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0365

Black with #4B0365

Text Example


Text Example

White with #4B0365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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