Html Css Color HEX #4F167B Indigo

📋 copy color: '#4F167B'

red 79 ◦ green 22 ◦ blue 123

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

Shades of Indigo #4F167B

Tints of Indigo #4F167B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 35.27%
G = 9.82%
B = 54.91%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F167B (or 0x4F167B) is known color: Indigo. HEX triplet: 4F, 16 and 7B. RGB value is (79,22,123). Sum of RGB (Red+Green+Blue) = 79+22+123=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F167B is #B0E984. Grayscale: #323232. Windows color (decimal): -11594117 or 8066639. OLE color: 8066639.

HSL color Cylindrical-coordinate representation of color #4F167B: hue angle of 273.86º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F167B is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 79 22 123 -
CMYK 0.36 0.82 0 0.52
HSL 273.86º 0.7% 0.28% -
HSV(B) 273.86º 0.82% 0.48% -
XYZ 7.09 3.67 19.07 -
YUV 50.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 79 22 123 0.36 0.82 0 0.52 273.86 0.7 0.28
Hex 4F 16 7B 24 52 0 34 112 46 1C
Octal 117 26 173 44 122 0 64 422 106 34
Binary 1001111 10110 1111011 100100 1010010 0 110100 100010010 1000110 11100

Color Harmonies of #4F167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F167B

Black with #4F167B

Text Example


Text Example

White with #4F167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,22,123); }

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

background-color css

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

 a { background-color: rgb(79,22,123); }

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

border-color css

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

 span { border-color: rgb(79,22,123); }

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