Html Css Color HEX #4F088E Indigo

📋 copy color: '#4F088E'

red 79 ◦ green 8 ◦ blue 142

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

Shades of Indigo #4F088E

Tints of Indigo #4F088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.01%

R = 34.5%
G = 3.49%
B = 62.01%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F088E (or 0x4F088E) is known color: Indigo. HEX triplet: 4F, 08 and 8E. RGB value is (79,8,142). Sum of RGB (Red+Green+Blue) = 79+8+142=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F088E is #B0F771. Grayscale: #2C2C2C. Windows color (decimal): -11597682 or 9308239. OLE color: 9308239.

HSL color Cylindrical-coordinate representation of color #4F088E: hue angle of 271.79º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F088E is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 8 142 -
CMYK 0.44 0.94 0 0.44
HSL 271.79º 0.89% 0.29% -
HSV(B) 271.79º 0.94% 0.56% -
XYZ 8.19 3.79 25.89 -
YUV 44.51 183.02 152.6 -
System Red Green Blue C M Y K H S L
Decimal 79 8 142 0.44 0.94 0 0.44 271.79 0.89 0.29
Hex 4F 8 8E 2C 5E 0 2C 110 59 1D
Octal 117 10 216 54 136 0 54 420 131 35
Binary 1001111 1000 10001110 101100 1011110 0 101100 100010000 1011001 11101

Color Harmonies of #4F088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F088E

Black with #4F088E

Text Example


Text Example

White with #4F088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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