Html Css Color HEX #4A088C Indigo

📋 copy color: '#4A088C'

red 74 ◦ green 8 ◦ blue 140

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

Shades of Indigo #4A088C

Tints of Indigo #4A088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 33.33%
G = 3.6%
B = 63.06%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A088C (or 0x4A088C) is known color: Indigo. HEX triplet: 4A, 08 and 8C. RGB value is (74,8,140). Sum of RGB (Red+Green+Blue) = 74+8+140=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A088C is #B5F773. Grayscale: #2A2A2A. Windows color (decimal): -11925364 or 9177162. OLE color: 9177162.

HSL color Cylindrical-coordinate representation of color #4A088C: hue angle of 270º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A088C is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 8 140 -
CMYK 0.47 0.94 0 0.45
HSL 270º 0.89% 0.29% -
HSV(B) 270º 0.94% 0.55% -
XYZ 7.64 3.52 25.09 -
YUV 42.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 74 8 140 0.47 0.94 0 0.45 270 0.89 0.29
Hex 4A 8 8C 2F 5E 0 2D 10E 59 1D
Octal 112 10 214 57 136 0 55 416 131 35
Binary 1001010 1000 10001100 101111 1011110 0 101101 100001110 1011001 11101

Color Harmonies of #4A088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A088C

Black with #4A088C

Text Example


Text Example

White with #4A088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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