Html Css Color HEX #4C068B Indigo

📋 copy color: '#4C068B'

red 76 ◦ green 6 ◦ blue 139

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

Shades of Indigo #4C068B

Tints of Indigo #4C068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 34.39%
G = 2.71%
B = 62.9%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C068B (or 0x4C068B) is known color: Indigo. HEX triplet: 4C, 06 and 8B. RGB value is (76,6,139). Sum of RGB (Red+Green+Blue) = 76+6+139=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C068B is #B3F974. Grayscale: #292929. Windows color (decimal): -11794805 or 9111116. OLE color: 9111116.

HSL color Cylindrical-coordinate representation of color #4C068B: hue angle of 271.58º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C068B is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 6 139 -
CMYK 0.45 0.96 0 0.45
HSL 271.58º 0.92% 0.28% -
HSV(B) 271.58º 0.96% 0.55% -
XYZ 7.71 3.53 24.7 -
YUV 42.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 76 6 139 0.45 0.96 0 0.45 271.58 0.92 0.28
Hex 4C 6 8B 2D 60 0 2D 110 5C 1C
Octal 114 6 213 55 140 0 55 420 134 34
Binary 1001100 110 10001011 101101 1100000 0 101101 100010000 1011100 11100

Color Harmonies of #4C068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C068B

Black with #4C068B

Text Example


Text Example

White with #4C068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,6,139); }

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

background-color css

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

 a { background-color: rgb(76,6,139); }

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

border-color css

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

 span { border-color: rgb(76,6,139); }

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