Html Css Color HEX #4C1675 Indigo

📋 copy color: '#4C1675'

red 76 ◦ green 22 ◦ blue 117

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

Shades of Indigo #4C1675

Tints of Indigo #4C1675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 35.35%
G = 10.23%
B = 54.42%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C1675 (or 0x4C1675) is known color: Indigo. HEX triplet: 4C, 16 and 75. RGB value is (76,22,117). Sum of RGB (Red+Green+Blue) = 76+22+117=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C1675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1675 is #B3E98A. Grayscale: #303030. Windows color (decimal): -11790731 or 7673420. OLE color: 7673420.

HSL color Cylindrical-coordinate representation of color #4C1675: hue angle of 274.11º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1675 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 22 117 -
CMYK 0.35 0.81 0 0.54
HSL 274.11º 0.68% 0.27% -
HSV(B) 274.11º 0.81% 0.46% -
XYZ 6.48 3.39 17.14 -
YUV 48.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 76 22 117 0.35 0.81 0 0.54 274.11 0.68 0.27
Hex 4C 16 75 23 51 0 36 112 44 1B
Octal 114 26 165 43 121 0 66 422 104 33
Binary 1001100 10110 1110101 100011 1010001 0 110110 100010010 1000100 11011

Color Harmonies of #4C1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1675

Black with #4C1675

Text Example


Text Example

White with #4C1675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,22,117); }

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

background-color css

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

 a { background-color: rgb(76,22,117); }

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

border-color css

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

 span { border-color: rgb(76,22,117); }

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