Html Css Color HEX #4F0895 Indigo

📋 copy color: '#4F0895'

red 79 ◦ green 8 ◦ blue 149

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

Shades of Indigo #4F0895

Tints of Indigo #4F0895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 33.47%
G = 3.39%
B = 63.14%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F0895 (or 0x4F0895) is known color: Indigo. HEX triplet: 4F, 08 and 95. RGB value is (79,8,149). Sum of RGB (Red+Green+Blue) = 79+8+149=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F0895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0895 is #B0F76A. Grayscale: #2C2C2C. Windows color (decimal): -11597675 or 9766991. OLE color: 9766991.

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

Color convert

RGB 79 8 149 -
CMYK 0.47 0.95 0 0.42
HSL 270.21º 0.9% 0.31% -
HSV(B) 270.21º 0.95% 0.58% -
XYZ 8.74 4.01 28.75 -
YUV 45.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 79 8 149 0.47 0.95 0 0.42 270.21 0.9 0.31
Hex 4F 8 95 2F 5F 0 2A 10E 5A 1F
Octal 117 10 225 57 137 0 52 416 132 37
Binary 1001111 1000 10010101 101111 1011111 0 101010 100001110 1011010 11111

Color Harmonies of #4F0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0895

Black with #4F0895

Text Example


Text Example

White with #4F0895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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