Html Css Color HEX #4A045F Indigo

📋 copy color: '#4A045F'

red 74 ◦ green 4 ◦ blue 95

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

Shades of Indigo #4A045F

Tints of Indigo #4A045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

 BLUE value IS 95 (37.5% from 255) = 54.91%

R = 42.77%
G = 2.31%
B = 54.91%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A045F (or 0x4A045F) is known color: Indigo. HEX triplet: 4A, 04 and 5F. RGB value is (74,4,95). Sum of RGB (Red+Green+Blue) = 74+4+95=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A045F is #B5FBA0. Grayscale: #232323. Windows color (decimal): -11926433 or 6227018. OLE color: 6227018.

HSL color Cylindrical-coordinate representation of color #4A045F: hue angle of 286.15º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A045F is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 4 95 -
CMYK 0.22 0.96 0 0.63
HSL 286.15º 0.92% 0.19% -
HSV(B) 286.15º 0.96% 0.37% -
XYZ 4.93 2.37 11.02 -
YUV 35.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 74 4 95 0.22 0.96 0 0.63 286.15 0.92 0.19
Hex 4A 4 5F 16 60 0 3F 11E 5C 13
Octal 112 4 137 26 140 0 77 436 134 23
Binary 1001010 100 1011111 10110 1100000 0 111111 100011110 1011100 10011

Color Harmonies of #4A045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A045F

Black with #4A045F

Text Example


Text Example

White with #4A045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,4,95); }

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

background-color css

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

 a { background-color: rgb(74,4,95); }

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

border-color css

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

 span { border-color: rgb(74,4,95); }

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