Html Css Color HEX #4A189C Indigo

📋 copy color: '#4A189C'

red 74 ◦ green 24 ◦ blue 156

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

Shades of Indigo #4A189C

Tints of Indigo #4A189C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 29.13%
G = 9.45%
B = 61.42%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A189C (or 0x4A189C) is known color: Indigo. HEX triplet: 4A, 18 and 9C. RGB value is (74,24,156). Sum of RGB (Red+Green+Blue) = 74+24+156=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A189C is #B5E763. Grayscale: #353535. Windows color (decimal): -11921252 or 10229834. OLE color: 10229834.

HSL color Cylindrical-coordinate representation of color #4A189C: hue angle of 262.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A189C is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 24 156 -
CMYK 0.53 0.85 0 0.39
HSL 262.73º 0.73% 0.35% -
HSV(B) 262.73º 0.85% 0.61% -
XYZ 9.15 4.51 31.84 -
YUV 54 185.57 142.27 -
System Red Green Blue C M Y K H S L
Decimal 74 24 156 0.53 0.85 0 0.39 262.73 0.73 0.35
Hex 4A 18 9C 35 55 0 27 107 49 23
Octal 112 30 234 65 125 0 47 407 111 43
Binary 1001010 11000 10011100 110101 1010101 0 100111 100000111 1001001 100011

Color Harmonies of #4A189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A189C

Black with #4A189C

Text Example


Text Example

White with #4A189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,24,156); }

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

background-color css

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

 a { background-color: rgb(74,24,156); }

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

border-color css

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

 span { border-color: rgb(74,24,156); }

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