Html Css Color HEX #4A1068 Indigo

📋 copy color: '#4A1068'

red 74 ◦ green 16 ◦ blue 104

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

Shades of Indigo #4A1068

Tints of Indigo #4A1068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 38.14%
G = 8.25%
B = 53.61%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A1068 (or 0x4A1068) is known color: Indigo. HEX triplet: 4A, 10 and 68. RGB value is (74,16,104). Sum of RGB (Red+Green+Blue) = 74+16+104=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A1068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1068 is #B5EF97. Grayscale: #2B2B2B. Windows color (decimal): -11923352 or 6819914. OLE color: 6819914.

HSL color Cylindrical-coordinate representation of color #4A1068: hue angle of 279.55º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1068 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 16 104 -
CMYK 0.29 0.85 0 0.59
HSL 279.55º 0.73% 0.24% -
HSV(B) 279.55º 0.85% 0.41% -
XYZ 5.51 2.83 13.35 -
YUV 43.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 74 16 104 0.29 0.85 0 0.59 279.55 0.73 0.24
Hex 4A 10 68 1D 55 0 3B 118 49 18
Octal 112 20 150 35 125 0 73 430 111 30
Binary 1001010 10000 1101000 11101 1010101 0 111011 100011000 1001001 11000

Color Harmonies of #4A1068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1068

Black with #4A1068

Text Example


Text Example

White with #4A1068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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