Html Css Color HEX #4A0F6D Indigo

📋 copy color: '#4A0F6D'

red 74 ◦ green 15 ◦ blue 109

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

Shades of Indigo #4A0F6D

Tints of Indigo #4A0F6D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.58%

 BLUE value IS 109 (42.97% from 255) = 55.05%

R = 37.37%
G = 7.58%
B = 55.05%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A0F6D (or 0x4A0F6D) is known color: Indigo. HEX triplet: 4A, 0F and 6D. RGB value is (74,15,109). Sum of RGB (Red+Green+Blue) = 74+15+109=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A0F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0F6D is #B5F092. Grayscale: #2B2B2B. Windows color (decimal): -11923603 or 7147338. OLE color: 7147338.

HSL color Cylindrical-coordinate representation of color #4A0F6D: hue angle of 277.66º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A0F6D is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 15 109 -
CMYK 0.32 0.86 0 0.57
HSL 277.66º 0.76% 0.24% -
HSV(B) 277.66º 0.86% 0.43% -
XYZ 5.76 2.9 14.72 -
YUV 43.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 74 15 109 0.32 0.86 0 0.57 277.66 0.76 0.24
Hex 4A F 6D 20 56 0 39 116 4C 18
Octal 112 17 155 40 126 0 71 426 114 30
Binary 1001010 1111 1101101 100000 1010110 0 111001 100010110 1001100 11000

Color Harmonies of #4A0F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0F6D

Black with #4A0F6D

Text Example


Text Example

White with #4A0F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,15,109); }

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

background-color css

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

 a { background-color: rgb(74,15,109); }

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

border-color css

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

 span { border-color: rgb(74,15,109); }

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