Html Css Color HEX #3F2F73 Minsk

📋 copy color: '#3F2F73'

red 63 ◦ green 47 ◦ blue 115

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

Shades of Minsk #3F2F73

Tints of Minsk #3F2F73

RGB

 RED value IS 63 (25% from 255) = 28%

 GREEN value IS 47 (18.75% from 255) = 20.89%

 BLUE value IS 115 (45.31% from 255) = 51.11%

R = 28%
G = 20.89%
B = 51.11%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2F73 (or 0x3F2F73) is known color: Minsk. HEX triplet: 3F, 2F and 73. RGB value is (63,47,115). Sum of RGB (Red+Green+Blue) = 63+47+115=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F73 is #C0D08C. Grayscale: #3B3B3B. Windows color (decimal): -12636301 or 7548735. OLE color: 7548735.

HSL color Cylindrical-coordinate representation of color #3F2F73: hue angle of 254.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F2F73 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 47 115 -
CMYK 0.45 0.59 0 0.55
HSL 254.12º 0.42% 0.32% -
HSV(B) 254.12º 0.59% 0.45% -
XYZ 6.16 4.33 16.73 -
YUV 59.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 63 47 115 0.45 0.59 0 0.55 254.12 0.42 0.32
Hex 3F 2F 73 2D 3B 0 37 FE 2A 20
Octal 77 57 163 55 73 0 67 376 52 40
Binary 111111 101111 1110011 101101 111011 0 110111 11111110 101010 100000

Color Harmonies of #3F2F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2F73

Black with #3F2F73

Text Example


Text Example

White with #3F2F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2F73; }

 p { color: rgb(63,47,115); }

 H1.HeaderClassName
 {
   color: #3F2F73;
 }
 .AnyTagClassName
 {
   color: #3F2F73;
 }
</style>

background-color css

<style>
 a { background-color: #3F2F73; }

 a { background-color: rgb(63,47,115); }

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

border-color css

<style>
 span { border-color: #3F2F73; }

 span { border-color: rgb(63,47,115); }

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