Html Css Color HEX #4C0569 Indigo

📋 copy color: '#4C0569'

red 76 ◦ green 5 ◦ blue 105

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

Shades of Indigo #4C0569

Tints of Indigo #4C0569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 105 (41.41% from 255) = 56.45%

R = 40.86%
G = 2.69%
B = 56.45%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C0569 (or 0x4C0569) is known color: Indigo. HEX triplet: 4C, 05 and 69. RGB value is (76,5,105). Sum of RGB (Red+Green+Blue) = 76+5+105=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C0569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0569 is #B3FA96. Grayscale: #252525. Windows color (decimal): -11795095 or 6882636. OLE color: 6882636.

HSL color Cylindrical-coordinate representation of color #4C0569: hue angle of 282.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0569 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 5 105 -
CMYK 0.28 0.95 0 0.59
HSL 282.6º 0.91% 0.22% -
HSV(B) 282.6º 0.95% 0.41% -
XYZ 5.58 2.66 13.58 -
YUV 37.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 76 5 105 0.28 0.95 0 0.59 282.6 0.91 0.22
Hex 4C 5 69 1C 5F 0 3B 11B 5B 16
Octal 114 5 151 34 137 0 73 433 133 26
Binary 1001100 101 1101001 11100 1011111 0 111011 100011011 1011011 10110

Color Harmonies of #4C0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0569

Black with #4C0569

Text Example


Text Example

White with #4C0569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,105); }

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

background-color css

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

 a { background-color: rgb(76,5,105); }

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

border-color css

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

 span { border-color: rgb(76,5,105); }

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