Html Css Color HEX #4F0285 Indigo

📋 copy color: '#4F0285'

red 79 ◦ green 2 ◦ blue 133

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

Shades of Indigo #4F0285

Tints of Indigo #4F0285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 62.15%

R = 36.92%
G = 0.93%
B = 62.15%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F0285 (or 0x4F0285) is known color: Indigo. HEX triplet: 4F, 02 and 85. RGB value is (79,2,133). Sum of RGB (Red+Green+Blue) = 79+2+133=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F0285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0285 is #B0FD7A. Grayscale: #272727. Windows color (decimal): -11599227 or 8716879. OLE color: 8716879.

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

Color convert

RGB 79 2 133 -
CMYK 0.41 0.98 0 0.48
HSL 275.27º 0.97% 0.26% -
HSV(B) 275.27º 0.98% 0.52% -
XYZ 7.48 3.4 22.45 -
YUV 39.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 79 2 133 0.41 0.98 0 0.48 275.27 0.97 0.26
Hex 4F 2 85 29 62 0 30 113 61 1A
Octal 117 2 205 51 142 0 60 423 141 32
Binary 1001111 10 10000101 101001 1100010 0 110000 100010011 1100001 11010

Color Harmonies of #4F0285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0285

Black with #4F0285

Text Example


Text Example

White with #4F0285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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