Html Css Color HEX #4900B5 Indigo

📋 copy color: '#4900B5'

red 73 ◦ green 0 ◦ blue 181

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

Shades of Indigo #4900B5

Tints of Indigo #4900B5

RGB

 RED value IS 73 (28.91% from 255) = 28.74%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 181 (71.09% from 255) = 71.26%

R = 28.74%
G = 0%
B = 71.26%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4900B5 (or 0x4900B5) is known color: Indigo. HEX triplet: 49, 00 and B5. RGB value is (73,0,181). Sum of RGB (Red+Green+Blue) = 73+0+181=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 181 (71.09% from 255 or 71.26% from 254); Max value from RGB is 181 - color contains mainly: blue. Hex color #4900B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900B5 is #B6FF4A. Grayscale: #292929. Windows color (decimal): -11992907 or 11862089. OLE color: 11862089.

HSL color Cylindrical-coordinate representation of color #4900B5: hue angle of 264.2º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900B5 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 0 181 -
CMYK 0.60 1 0 0.29
HSL 264.2º 1% 0.35% -
HSV(B) 264.2º 1% 0.71% -
XYZ 11.09 4.75 44.05 -
YUV 42.46 206.18 149.78 -
System Red Green Blue C M Y K H S L
Decimal 73 0 181 0.60 1 0 0.29 264.2 1 0.35
Hex 49 0 B5 3C 64 0 1D 108 64 23
Octal 111 0 265 74 144 0 35 410 144 43
Binary 1001001 0 10110101 111100 1100100 0 11101 100001000 1100100 100011

Color Harmonies of #4900B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900B5

Black with #4900B5

Text Example


Text Example

White with #4900B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4900B5; }

 p { color: rgb(73,0,181); }

 H1.HeaderClassName
 {
   color: #4900B5;
 }
 .AnyTagClassName
 {
   color: #4900B5;
 }
</style>

background-color css

<style>
 a { background-color: #4900B5; }

 a { background-color: rgb(73,0,181); }

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

border-color css

<style>
 span { border-color: #4900B5; }

 span { border-color: rgb(73,0,181); }

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