Html Css Color HEX #4C1085 Indigo

📋 copy color: '#4C1085'

red 76 ◦ green 16 ◦ blue 133

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

Shades of Indigo #4C1085

Tints of Indigo #4C1085

RGB

 RED value IS 76 (30.08% from 255) = 33.78%

 GREEN value IS 16 (6.64% from 255) = 7.11%

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 33.78%
G = 7.11%
B = 59.11%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C1085 (or 0x4C1085) is known color: Indigo. HEX triplet: 4C, 10 and 85. RGB value is (76,16,133). Sum of RGB (Red+Green+Blue) = 76+16+133=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1085 is #B3EF7A. Grayscale: #2E2E2E. Windows color (decimal): -11792251 or 8720460. OLE color: 8720460.

HSL color Cylindrical-coordinate representation of color #4C1085: hue angle of 270.77º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C1085 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 16 133 -
CMYK 0.43 0.88 0 0.48
HSL 270.77º 0.79% 0.29% -
HSV(B) 270.77º 0.88% 0.52% -
XYZ 7.4 3.6 22.5 -
YUV 47.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 76 16 133 0.43 0.88 0 0.48 270.77 0.79 0.29
Hex 4C 10 85 2B 58 0 30 10F 4F 1D
Octal 114 20 205 53 130 0 60 417 117 35
Binary 1001100 10000 10000101 101011 1011000 0 110000 100001111 1001111 11101

Color Harmonies of #4C1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1085

Black with #4C1085

Text Example


Text Example

White with #4C1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,16,133); }

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

background-color css

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

 a { background-color: rgb(76,16,133); }

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

border-color css

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

 span { border-color: rgb(76,16,133); }

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