Html Css Color HEX #4F027B Indigo

📋 copy color: '#4F027B'

red 79 ◦ green 2 ◦ blue 123

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

Shades of Indigo #4F027B

Tints of Indigo #4F027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 38.73%
G = 0.98%
B = 60.29%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F027B (or 0x4F027B) is known color: Indigo. HEX triplet: 4F, 02 and 7B. RGB value is (79,2,123). Sum of RGB (Red+Green+Blue) = 79+2+123=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F027B is #B0FD84. Grayscale: #262626. Windows color (decimal): -11599237 or 8061519. OLE color: 8061519.

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

Color convert

RGB 79 2 123 -
CMYK 0.36 0.98 0 0.52
HSL 278.18º 0.97% 0.25% -
HSV(B) 278.18º 0.98% 0.48% -
XYZ 6.82 3.14 18.98 -
YUV 38.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 79 2 123 0.36 0.98 0 0.52 278.18 0.97 0.25
Hex 4F 2 7B 24 62 0 34 116 61 19
Octal 117 2 173 44 142 0 64 426 141 31
Binary 1001111 10 1111011 100100 1100010 0 110100 100010110 1100001 11001

Color Harmonies of #4F027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F027B

Black with #4F027B

Text Example


Text Example

White with #4F027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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