Html Css Color HEX #4F068D Indigo

📋 copy color: '#4F068D'

red 79 ◦ green 6 ◦ blue 141

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

Shades of Indigo #4F068D

Tints of Indigo #4F068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.39%

R = 34.96%
G = 2.65%
B = 62.39%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F068D (or 0x4F068D) is known color: Indigo. HEX triplet: 4F, 06 and 8D. RGB value is (79,6,141). Sum of RGB (Red+Green+Blue) = 79+6+141=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F068D is #B0F972. Grayscale: #2A2A2A. Windows color (decimal): -11598195 or 9242191. OLE color: 9242191.

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

Color convert

RGB 79 6 141 -
CMYK 0.44 0.96 0 0.45
HSL 272.44º 0.92% 0.29% -
HSV(B) 272.44º 0.96% 0.55% -
XYZ 8.1 3.72 25.49 -
YUV 43.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 79 6 141 0.44 0.96 0 0.45 272.44 0.92 0.29
Hex 4F 6 8D 2C 60 0 2D 110 5C 1D
Octal 117 6 215 54 140 0 55 420 134 35
Binary 1001111 110 10001101 101100 1100000 0 101101 100010000 1011100 11101

Color Harmonies of #4F068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F068D

Black with #4F068D

Text Example


Text Example

White with #4F068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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