Html Css Color HEX #4A0D9B Indigo

📋 copy color: '#4A0D9B'

red 74 ◦ green 13 ◦ blue 155

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

Shades of Indigo #4A0D9B

Tints of Indigo #4A0D9B

RGB

 RED value IS 74 (29.3% from 255) = 30.58%

 GREEN value IS 13 (5.47% from 255) = 5.37%

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 30.58%
G = 5.37%
B = 64.05%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A0D9B (or 0x4A0D9B) is known color: Indigo. HEX triplet: 4A, 0D and 9B. RGB value is (74,13,155). Sum of RGB (Red+Green+Blue) = 74+13+155=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A0D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0D9B is #B5F264. Grayscale: #2E2E2E. Windows color (decimal): -11924069 or 10161482. OLE color: 10161482.

HSL color Cylindrical-coordinate representation of color #4A0D9B: hue angle of 265.77º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0D9B is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 13 155 -
CMYK 0.52 0.92 0 0.39
HSL 265.77º 0.85% 0.33% -
HSV(B) 265.77º 0.92% 0.61% -
XYZ 8.88 4.11 31.34 -
YUV 47.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 74 13 155 0.52 0.92 0 0.39 265.77 0.85 0.33
Hex 4A D 9B 34 5C 0 27 10A 55 21
Octal 112 15 233 64 134 0 47 412 125 41
Binary 1001010 1101 10011011 110100 1011100 0 100111 100001010 1010101 100001

Color Harmonies of #4A0D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0D9B

Black with #4A0D9B

Text Example


Text Example

White with #4A0D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,13,155); }

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

background-color css

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

 a { background-color: rgb(74,13,155); }

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

border-color css

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

 span { border-color: rgb(74,13,155); }

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