Html Css Color HEX #4A0BAB Indigo

📋 copy color: '#4A0BAB'

red 74 ◦ green 11 ◦ blue 171

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

Shades of Indigo #4A0BAB

Tints of Indigo #4A0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 28.91%
G = 4.3%
B = 66.8%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A0BAB (or 0x4A0BAB) is known color: Indigo. HEX triplet: 4A, 0B and AB. RGB value is (74,11,171). Sum of RGB (Red+Green+Blue) = 74+11+171=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A0BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0BAB is #B5F454. Grayscale: #2F2F2F. Windows color (decimal): -11924565 or 11209546. OLE color: 11209546.

HSL color Cylindrical-coordinate representation of color #4A0BAB: hue angle of 263.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0BAB is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 11 171 -
CMYK 0.57 0.94 0 0.33
HSL 263.63º 0.88% 0.36% -
HSV(B) 263.63º 0.94% 0.67% -
XYZ 10.29 4.64 38.88 -
YUV 48.08 197.37 146.49 -
System Red Green Blue C M Y K H S L
Decimal 74 11 171 0.57 0.94 0 0.33 263.63 0.88 0.36
Hex 4A B AB 39 5E 0 21 108 58 24
Octal 112 13 253 71 136 0 41 410 130 44
Binary 1001010 1011 10101011 111001 1011110 0 100001 100001000 1011000 100100

Color Harmonies of #4A0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0BAB

Black with #4A0BAB

Text Example


Text Example

White with #4A0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,11,171); }

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

background-color css

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

 a { background-color: rgb(74,11,171); }

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

border-color css

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

 span { border-color: rgb(74,11,171); }

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