Html Css Color HEX #4A086C Indigo

📋 copy color: '#4A086C'

red 74 ◦ green 8 ◦ blue 108

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

Shades of Indigo #4A086C

Tints of Indigo #4A086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.84%

R = 38.95%
G = 4.21%
B = 56.84%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A086C (or 0x4A086C) is known color: Indigo. HEX triplet: 4A, 08 and 6C. RGB value is (74,8,108). Sum of RGB (Red+Green+Blue) = 74+8+108=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A086C is #B5F793. Grayscale: #262626. Windows color (decimal): -11925396 or 7080010. OLE color: 7080010.

HSL color Cylindrical-coordinate representation of color #4A086C: hue angle of 279.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A086C is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 8 108 -
CMYK 0.31 0.93 0 0.58
HSL 279.6º 0.86% 0.23% -
HSV(B) 279.6º 0.93% 0.42% -
XYZ 5.62 2.71 14.41 -
YUV 39.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 74 8 108 0.31 0.93 0 0.58 279.6 0.86 0.23
Hex 4A 8 6C 1F 5D 0 3A 118 56 17
Octal 112 10 154 37 135 0 72 430 126 27
Binary 1001010 1000 1101100 11111 1011101 0 111010 100011000 1010110 10111

Color Harmonies of #4A086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A086C

Black with #4A086C

Text Example


Text Example

White with #4A086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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