Html Css Color HEX #4F069D Indigo

📋 copy color: '#4F069D'

red 79 ◦ green 6 ◦ blue 157

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

Shades of Indigo #4F069D

Tints of Indigo #4F069D

RGB

 RED value IS 79 (31.25% from 255) = 32.64%

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

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 32.64%
G = 2.48%
B = 64.88%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F069D (or 0x4F069D) is known color: Indigo. HEX triplet: 4F, 06 and 9D. RGB value is (79,6,157). Sum of RGB (Red+Green+Blue) = 79+6+157=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F069D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F069D is #B0F962. Grayscale: #2C2C2C. Windows color (decimal): -11598179 or 10290767. OLE color: 10290767.

HSL color Cylindrical-coordinate representation of color #4F069D: hue angle of 269.01º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F069D is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 6 157 -
CMYK 0.50 0.96 0 0.38
HSL 269.01º 0.93% 0.32% -
HSV(B) 269.01º 0.96% 0.62% -
XYZ 9.38 4.23 32.22 -
YUV 45.04 191.18 152.22 -
System Red Green Blue C M Y K H S L
Decimal 79 6 157 0.50 0.96 0 0.38 269.01 0.93 0.32
Hex 4F 6 9D 32 60 0 26 10D 5D 20
Octal 117 6 235 62 140 0 46 415 135 40
Binary 1001111 110 10011101 110010 1100000 0 100110 100001101 1011101 100000

Color Harmonies of #4F069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F069D

Black with #4F069D

Text Example


Text Example

White with #4F069D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,6,157); }

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

background-color css

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

 a { background-color: rgb(79,6,157); }

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

border-color css

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

 span { border-color: rgb(79,6,157); }

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