Html Css Color HEX #4A089D Indigo

📋 copy color: '#4A089D'

red 74 ◦ green 8 ◦ blue 157

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

Shades of Indigo #4A089D

Tints of Indigo #4A089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.69%

R = 30.96%
G = 3.35%
B = 65.69%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A089D (or 0x4A089D) is known color: Indigo. HEX triplet: 4A, 08 and 9D. RGB value is (74,8,157). Sum of RGB (Red+Green+Blue) = 74+8+157=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A089D is #B5F762. Grayscale: #2C2C2C. Windows color (decimal): -11925347 or 10291274. OLE color: 10291274.

HSL color Cylindrical-coordinate representation of color #4A089D: hue angle of 266.58º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A089D is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 8 157 -
CMYK 0.53 0.95 0 0.38
HSL 266.58º 0.9% 0.32% -
HSV(B) 266.58º 0.95% 0.62% -
XYZ 9 4.06 32.21 -
YUV 44.72 191.37 148.88 -
System Red Green Blue C M Y K H S L
Decimal 74 8 157 0.53 0.95 0 0.38 266.58 0.9 0.32
Hex 4A 8 9D 35 5F 0 26 10B 5A 20
Octal 112 10 235 65 137 0 46 413 132 40
Binary 1001010 1000 10011101 110101 1011111 0 100110 100001011 1011010 100000

Color Harmonies of #4A089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A089D

Black with #4A089D

Text Example


Text Example

White with #4A089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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