Html Css Color HEX #4F0D92 Indigo

📋 copy color: '#4F0D92'

red 79 ◦ green 13 ◦ blue 146

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

Shades of Indigo #4F0D92

Tints of Indigo #4F0D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 33.19%
G = 5.46%
B = 61.34%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F0D92 (or 0x4F0D92) is known color: Indigo. HEX triplet: 4F, 0D and 92. RGB value is (79,13,146). Sum of RGB (Red+Green+Blue) = 79+13+146=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F0D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0D92 is #B0F26D. Grayscale: #2F2F2F. Windows color (decimal): -11596398 or 9571663. OLE color: 9571663.

HSL color Cylindrical-coordinate representation of color #4F0D92: hue angle of 269.77º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0D92 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 13 146 -
CMYK 0.46 0.91 0 0.43
HSL 269.77º 0.84% 0.31% -
HSV(B) 269.77º 0.91% 0.57% -
XYZ 8.56 4.03 27.52 -
YUV 47.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 79 13 146 0.46 0.91 0 0.43 269.77 0.84 0.31
Hex 4F D 92 2E 5B 0 2B 10E 54 1F
Octal 117 15 222 56 133 0 53 416 124 37
Binary 1001111 1101 10010010 101110 1011011 0 101011 100001110 1010100 11111

Color Harmonies of #4F0D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0D92

Black with #4F0D92

Text Example


Text Example

White with #4F0D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,13,146); }

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

background-color css

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

 a { background-color: rgb(79,13,146); }

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

border-color css

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

 span { border-color: rgb(79,13,146); }

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