Html Css Color HEX #4F029B Indigo

📋 copy color: '#4F029B'

red 79 ◦ green 2 ◦ blue 155

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

Shades of Indigo #4F029B

Tints of Indigo #4F029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 33.47%
G = 0.85%
B = 65.68%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F029B (or 0x4F029B) is known color: Indigo. HEX triplet: 4F, 02 and 9B. RGB value is (79,2,155). Sum of RGB (Red+Green+Blue) = 79+2+155=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F029B is #B0FD64. Grayscale: #292929. Windows color (decimal): -11599205 or 10158671. OLE color: 10158671.

HSL color Cylindrical-coordinate representation of color #4F029B: hue angle of 270.2º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F029B is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 2 155 -
CMYK 0.49 0.99 0 0.39
HSL 270.2º 0.97% 0.31% -
HSV(B) 270.2º 0.99% 0.61% -
XYZ 9.16 4.07 31.31 -
YUV 42.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 79 2 155 0.49 0.99 0 0.39 270.2 0.97 0.31
Hex 4F 2 9B 31 63 0 27 10E 61 1F
Octal 117 2 233 61 143 0 47 416 141 37
Binary 1001111 10 10011011 110001 1100011 0 100111 100001110 1100001 11111

Color Harmonies of #4F029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F029B

Black with #4F029B

Text Example


Text Example

White with #4F029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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