Html Css Color HEX #4A025F Indigo

📋 copy color: '#4A025F'

red 74 ◦ green 2 ◦ blue 95

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

Shades of Indigo #4A025F

Tints of Indigo #4A025F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 43.27%
G = 1.17%
B = 55.56%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A025F (or 0x4A025F) is known color: Indigo. HEX triplet: 4A, 02 and 5F. RGB value is (74,2,95). Sum of RGB (Red+Green+Blue) = 74+2+95=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A025F is #B5FDA0. Grayscale: #212121. Windows color (decimal): -11926945 or 6226506. OLE color: 6226506.

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

Color convert

RGB 74 2 95 -
CMYK 0.22 0.98 0 0.63
HSL 286.45º 0.96% 0.19% -
HSV(B) 286.45º 0.98% 0.37% -
XYZ 4.91 2.33 11.02 -
YUV 34.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 74 2 95 0.22 0.98 0 0.63 286.45 0.96 0.19
Hex 4A 2 5F 16 62 0 3F 11E 60 13
Octal 112 2 137 26 142 0 77 436 140 23
Binary 1001010 10 1011111 10110 1100010 0 111111 100011110 1100000 10011

Color Harmonies of #4A025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A025F

Black with #4A025F

Text Example


Text Example

White with #4A025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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