Html Css Color HEX #4A087D Indigo

📋 copy color: '#4A087D'

red 74 ◦ green 8 ◦ blue 125

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

Shades of Indigo #4A087D

Tints of Indigo #4A087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.39%

R = 35.75%
G = 3.86%
B = 60.39%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A087D (or 0x4A087D) is known color: Indigo. HEX triplet: 4A, 08 and 7D. RGB value is (74,8,125). Sum of RGB (Red+Green+Blue) = 74+8+125=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A087D is #B5F782. Grayscale: #282828. Windows color (decimal): -11925379 or 8194122. OLE color: 8194122.

HSL color Cylindrical-coordinate representation of color #4A087D: hue angle of 273.85º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A087D is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 8 125 -
CMYK 0.41 0.94 0 0.51
HSL 273.85º 0.88% 0.26% -
HSV(B) 273.85º 0.94% 0.49% -
XYZ 6.61 3.11 19.65 -
YUV 41.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 74 8 125 0.41 0.94 0 0.51 273.85 0.88 0.26
Hex 4A 8 7D 29 5E 0 33 112 58 1A
Octal 112 10 175 51 136 0 63 422 130 32
Binary 1001010 1000 1111101 101001 1011110 0 110011 100010010 1011000 11010

Color Harmonies of #4A087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A087D

Black with #4A087D

Text Example


Text Example

White with #4A087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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