Html Css Color HEX #3F2379 Windsor

📋 copy color: '#3F2379'

red 63 ◦ green 35 ◦ blue 121

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

Shades of Windsor #3F2379

Tints of Windsor #3F2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 121 (47.66% from 255) = 55.25%

R = 28.77%
G = 15.98%
B = 55.25%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F2379 (or 0x3F2379) is known color: Windsor. HEX triplet: 3F, 23 and 79. RGB value is (63,35,121). Sum of RGB (Red+Green+Blue) = 63+35+121=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F2379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2379 is #C0DC86. Grayscale: #343434. Windows color (decimal): -12639367 or 7938879. OLE color: 7938879.

HSL color Cylindrical-coordinate representation of color #3F2379: hue angle of 259.53º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2379 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 35 121 -
CMYK 0.48 0.71 0 0.53
HSL 259.53º 0.55% 0.31% -
HSV(B) 259.53º 0.71% 0.47% -
XYZ 6.1 3.64 18.47 -
YUV 53.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 63 35 121 0.48 0.71 0 0.53 259.53 0.55 0.31
Hex 3F 23 79 30 47 0 35 104 37 1F
Octal 77 43 171 60 107 0 65 404 67 37
Binary 111111 100011 1111001 110000 1000111 0 110101 100000100 110111 11111

Color Harmonies of #3F2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2379

Black with #3F2379

Text Example


Text Example

White with #3F2379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,121); }

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

background-color css

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

 a { background-color: rgb(63,35,121); }

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

border-color css

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

 span { border-color: rgb(63,35,121); }

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