Html Css Color HEX #4C0D68 Indigo

📋 copy color: '#4C0D68'

red 76 ◦ green 13 ◦ blue 104

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

Shades of Indigo #4C0D68

Tints of Indigo #4C0D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.74%

 BLUE value IS 104 (41.02% from 255) = 53.89%

R = 39.38%
G = 6.74%
B = 53.89%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C0D68 (or 0x4C0D68) is known color: Indigo. HEX triplet: 4C, 0D and 68. RGB value is (76,13,104). Sum of RGB (Red+Green+Blue) = 76+13+104=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C0D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D68 is #B3F297. Grayscale: #292929. Windows color (decimal): -11793048 or 6819148. OLE color: 6819148.

HSL color Cylindrical-coordinate representation of color #4C0D68: hue angle of 281.54º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0D68 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 13 104 -
CMYK 0.27 0.88 0 0.59
HSL 281.54º 0.78% 0.23% -
HSV(B) 281.54º 0.88% 0.41% -
XYZ 5.62 2.82 13.35 -
YUV 42.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 76 13 104 0.27 0.88 0 0.59 281.54 0.78 0.23
Hex 4C D 68 1B 58 0 3B 11A 4E 17
Octal 114 15 150 33 130 0 73 432 116 27
Binary 1001100 1101 1101000 11011 1011000 0 111011 100011010 1001110 10111

Color Harmonies of #4C0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0D68

Black with #4C0D68

Text Example


Text Example

White with #4C0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,13,104); }

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

background-color css

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

 a { background-color: rgb(76,13,104); }

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

border-color css

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

 span { border-color: rgb(76,13,104); }

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