Html Css Color HEX #4F0095 Indigo

📋 copy color: '#4F0095'

red 79 ◦ green 0 ◦ blue 149

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

Shades of Indigo #4F0095

Tints of Indigo #4F0095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 65.35%

R = 34.65%
G = 0%
B = 65.35%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F0095 (or 0x4F0095) is known color: Indigo. HEX triplet: 4F, 00 and 95. RGB value is (79,0,149). Sum of RGB (Red+Green+Blue) = 79+0+149=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0095 is #B0FF6A. Grayscale: #282828. Windows color (decimal): -11599723 or 9764943. OLE color: 9764943.

HSL color Cylindrical-coordinate representation of color #4F0095: hue angle of 271.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0095 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 0 149 -
CMYK 0.47 1 0 0.42
HSL 271.81º 1% 0.29% -
HSV(B) 271.81º 1% 0.58% -
XYZ 8.65 3.83 28.72 -
YUV 40.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 79 0 149 0.47 1 0 0.42 271.81 1 0.29
Hex 4F 0 95 2F 64 0 2A 110 64 1D
Octal 117 0 225 57 144 0 52 420 144 35
Binary 1001111 0 10010101 101111 1100100 0 101010 100010000 1100100 11101

Color Harmonies of #4F0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0095

Black with #4F0095

Text Example


Text Example

White with #4F0095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,0,149); }

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

background-color css

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

 a { background-color: rgb(79,0,149); }

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

border-color css

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

 span { border-color: rgb(79,0,149); }

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