Html Css Color HEX #4C1583 Indigo

📋 copy color: '#4C1583'

red 76 ◦ green 21 ◦ blue 131

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

Shades of Indigo #4C1583

Tints of Indigo #4C1583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

 BLUE value IS 131 (51.56% from 255) = 57.46%

R = 33.33%
G = 9.21%
B = 57.46%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C1583 (or 0x4C1583) is known color: Indigo. HEX triplet: 4C, 15 and 83. RGB value is (76,21,131). Sum of RGB (Red+Green+Blue) = 76+21+131=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C1583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1583 is #B3EA7C. Grayscale: #313131. Windows color (decimal): -11790973 or 8590668. OLE color: 8590668.

HSL color Cylindrical-coordinate representation of color #4C1583: hue angle of 270º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1583 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 21 131 -
CMYK 0.42 0.84 0 0.49
HSL 270º 0.72% 0.3% -
HSV(B) 270º 0.84% 0.51% -
XYZ 7.35 3.71 21.8 -
YUV 49.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 76 21 131 0.42 0.84 0 0.49 270 0.72 0.3
Hex 4C 15 83 2A 54 0 31 10E 48 1E
Octal 114 25 203 52 124 0 61 416 110 36
Binary 1001100 10101 10000011 101010 1010100 0 110001 100001110 1001000 11110

Color Harmonies of #4C1583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1583

Black with #4C1583

Text Example


Text Example

White with #4C1583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,21,131); }

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

background-color css

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

 a { background-color: rgb(76,21,131); }

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

border-color css

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

 span { border-color: rgb(76,21,131); }

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