Html Css Color HEX #4A026C Indigo

📋 copy color: '#4A026C'

red 74 ◦ green 2 ◦ blue 108

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

Shades of Indigo #4A026C

Tints of Indigo #4A026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 40.22%
G = 1.09%
B = 58.7%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A026C (or 0x4A026C) is known color: Indigo. HEX triplet: 4A, 02 and 6C. RGB value is (74,2,108). Sum of RGB (Red+Green+Blue) = 74+2+108=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A026C is #B5FD93. Grayscale: #232323. Windows color (decimal): -11926932 or 7078474. OLE color: 7078474.

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

Color convert

RGB 74 2 108 -
CMYK 0.31 0.98 0 0.58
HSL 280.75º 0.96% 0.22% -
HSV(B) 280.75º 0.98% 0.42% -
XYZ 5.55 2.58 14.39 -
YUV 35.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 74 2 108 0.31 0.98 0 0.58 280.75 0.96 0.22
Hex 4A 2 6C 1F 62 0 3A 119 60 16
Octal 112 2 154 37 142 0 72 431 140 26
Binary 1001010 10 1101100 11111 1100010 0 111010 100011001 1100000 10110

Color Harmonies of #4A026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A026C

Black with #4A026C

Text Example


Text Example

White with #4A026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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