Html Css Color HEX #4A1075 Indigo

📋 copy color: '#4A1075'

red 74 ◦ green 16 ◦ blue 117

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

Shades of Indigo #4A1075

Tints of Indigo #4A1075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 35.75%
G = 7.73%
B = 56.52%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A1075 (or 0x4A1075) is known color: Indigo. HEX triplet: 4A, 10 and 75. RGB value is (74,16,117). Sum of RGB (Red+Green+Blue) = 74+16+117=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A1075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1075 is #B5EF8A. Grayscale: #2C2C2C. Windows color (decimal): -11923339 or 7671882. OLE color: 7671882.

HSL color Cylindrical-coordinate representation of color #4A1075: hue angle of 274.46º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1075 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 16 117 -
CMYK 0.37 0.86 0 0.54
HSL 274.46º 0.76% 0.26% -
HSV(B) 274.46º 0.86% 0.46% -
XYZ 6.22 3.11 17.1 -
YUV 44.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 74 16 117 0.37 0.86 0 0.54 274.46 0.76 0.26
Hex 4A 10 75 25 56 0 36 112 4C 1A
Octal 112 20 165 45 126 0 66 422 114 32
Binary 1001010 10000 1110101 100101 1010110 0 110110 100010010 1001100 11010

Color Harmonies of #4A1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1075

Black with #4A1075

Text Example


Text Example

White with #4A1075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,16,117); }

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

background-color css

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

 a { background-color: rgb(74,16,117); }

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

border-color css

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

 span { border-color: rgb(74,16,117); }

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