Html Css Color HEX #4A006D Indigo

📋 copy color: '#4A006D'

red 74 ◦ green 0 ◦ blue 109

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

Shades of Indigo #4A006D

Tints of Indigo #4A006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 40.44%
G = 0%
B = 59.56%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A006D (or 0x4A006D) is known color: Indigo. HEX triplet: 4A, 00 and 6D. RGB value is (74,0,109). Sum of RGB (Red+Green+Blue) = 74+0+109=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A006D is #B5FF92. Grayscale: #222222. Windows color (decimal): -11927443 or 7143498. OLE color: 7143498.

HSL color Cylindrical-coordinate representation of color #4A006D: hue angle of 280.73º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A006D is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 0 109 -
CMYK 0.32 1 0 0.57
HSL 280.73º 1% 0.21% -
HSV(B) 280.73º 1% 0.43% -
XYZ 5.58 2.56 14.67 -
YUV 34.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 74 0 109 0.32 1 0 0.57 280.73 1 0.21
Hex 4A 0 6D 20 64 0 39 119 64 15
Octal 112 0 155 40 144 0 71 431 144 25
Binary 1001010 0 1101101 100000 1100100 0 111001 100011001 1100100 10101

Color Harmonies of #4A006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A006D

Black with #4A006D

Text Example


Text Example

White with #4A006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,0,109); }

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

background-color css

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

 a { background-color: rgb(74,0,109); }

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

border-color css

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

 span { border-color: rgb(74,0,109); }

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