Html Css Color HEX #4A0865 Indigo

📋 copy color: '#4A0865'

red 74 ◦ green 8 ◦ blue 101

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

Shades of Indigo #4A0865

Tints of Indigo #4A0865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 55.19%

R = 40.44%
G = 4.37%
B = 55.19%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A0865 (or 0x4A0865) is known color: Indigo. HEX triplet: 4A, 08 and 65. RGB value is (74,8,101). Sum of RGB (Red+Green+Blue) = 74+8+101=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A0865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0865 is #B5F79A. Grayscale: #262626. Windows color (decimal): -11925403 or 6621258. OLE color: 6621258.

HSL color Cylindrical-coordinate representation of color #4A0865: hue angle of 282.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0865 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 8 101 -
CMYK 0.27 0.92 0 0.60
HSL 282.58º 0.85% 0.21% -
HSV(B) 282.58º 0.92% 0.4% -
XYZ 5.26 2.57 12.53 -
YUV 38.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 74 8 101 0.27 0.92 0 0.60 282.58 0.85 0.21
Hex 4A 8 65 1B 5C 0 3C 11B 55 15
Octal 112 10 145 33 134 0 74 433 125 25
Binary 1001010 1000 1100101 11011 1011100 0 111100 100011011 1010101 10101

Color Harmonies of #4A0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0865

Black with #4A0865

Text Example


Text Example

White with #4A0865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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