Html Css Color HEX #4A188F Indigo

📋 copy color: '#4A188F'

red 74 ◦ green 24 ◦ blue 143

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

Shades of Indigo #4A188F

Tints of Indigo #4A188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.34%

R = 30.71%
G = 9.96%
B = 59.34%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A188F (or 0x4A188F) is known color: Indigo. HEX triplet: 4A, 18 and 8F. RGB value is (74,24,143). Sum of RGB (Red+Green+Blue) = 74+24+143=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A188F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A188F is #B5E770. Grayscale: #343434. Windows color (decimal): -11921265 or 9377866. OLE color: 9377866.

HSL color Cylindrical-coordinate representation of color #4A188F: hue angle of 265.21º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A188F is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 24 143 -
CMYK 0.48 0.83 0 0.44
HSL 265.21º 0.71% 0.33% -
HSV(B) 265.21º 0.83% 0.56% -
XYZ 8.11 4.09 26.35 -
YUV 52.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 74 24 143 0.48 0.83 0 0.44 265.21 0.71 0.33
Hex 4A 18 8F 30 53 0 2C 109 47 21
Octal 112 30 217 60 123 0 54 411 107 41
Binary 1001010 11000 10001111 110000 1010011 0 101100 100001001 1000111 100001

Color Harmonies of #4A188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A188F

Black with #4A188F

Text Example


Text Example

White with #4A188F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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