Html Css Color HEX #4A0869 Indigo

📋 copy color: '#4A0869'

red 74 ◦ green 8 ◦ blue 105

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

Shades of Indigo #4A0869

Tints of Indigo #4A0869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 39.57%
G = 4.28%
B = 56.15%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A0869 (or 0x4A0869) is known color: Indigo. HEX triplet: 4A, 08 and 69. RGB value is (74,8,105). Sum of RGB (Red+Green+Blue) = 74+8+105=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A0869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0869 is #B5F796. Grayscale: #262626. Windows color (decimal): -11925399 or 6883402. OLE color: 6883402.

HSL color Cylindrical-coordinate representation of color #4A0869: hue angle of 280.82º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0869 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 8 105 -
CMYK 0.30 0.92 0 0.59
HSL 280.82º 0.86% 0.22% -
HSV(B) 280.82º 0.92% 0.41% -
XYZ 5.46 2.65 13.59 -
YUV 38.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 74 8 105 0.30 0.92 0 0.59 280.82 0.86 0.22
Hex 4A 8 69 1E 5C 0 3B 119 56 16
Octal 112 10 151 36 134 0 73 431 126 26
Binary 1001010 1000 1101001 11110 1011100 0 111011 100011001 1010110 10110

Color Harmonies of #4A0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0869

Black with #4A0869

Text Example


Text Example

White with #4A0869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,8,105); }

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

background-color css

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

 a { background-color: rgb(74,8,105); }

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

border-color css

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

 span { border-color: rgb(74,8,105); }

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