Html Css Color HEX #4F0963 Indigo

📋 copy color: '#4F0963'

red 79 ◦ green 9 ◦ blue 99

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

Shades of Indigo #4F0963

Tints of Indigo #4F0963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 42.25%
G = 4.81%
B = 52.94%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4F0963 (or 0x4F0963) is known color: Indigo. HEX triplet: 4F, 09 and 63. RGB value is (79,9,99). Sum of RGB (Red+Green+Blue) = 79+9+99=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F0963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0963 is #B0F69C. Grayscale: #272727. Windows color (decimal): -11597469 or 6490447. OLE color: 6490447.

HSL color Cylindrical-coordinate representation of color #4F0963: hue angle of 286.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0963 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 9 99 -
CMYK 0.20 0.91 0 0.61
HSL 286.67º 0.83% 0.21% -
HSV(B) 286.67º 0.91% 0.39% -
XYZ 5.57 2.76 12.04 -
YUV 40.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 79 9 99 0.20 0.91 0 0.61 286.67 0.83 0.21
Hex 4F 9 63 14 5B 0 3D 11F 53 15
Octal 117 11 143 24 133 0 75 437 123 25
Binary 1001111 1001 1100011 10100 1011011 0 111101 100011111 1010011 10101

Color Harmonies of #4F0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0963

Black with #4F0963

Text Example


Text Example

White with #4F0963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,9,99); }

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

background-color css

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

 a { background-color: rgb(79,9,99); }

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

border-color css

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

 span { border-color: rgb(79,9,99); }

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