Html Css Color HEX #3F2576 Windsor

📋 copy color: '#3F2576'

red 63 ◦ green 37 ◦ blue 118

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

Shades of Windsor #3F2576

Tints of Windsor #3F2576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 28.9%
G = 16.97%
B = 54.13%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F2576 (or 0x3F2576) is known color: Windsor. HEX triplet: 3F, 25 and 76. RGB value is (63,37,118). Sum of RGB (Red+Green+Blue) = 63+37+118=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F2576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2576 is #C0DA89. Grayscale: #353535. Windows color (decimal): -12638858 or 7742783. OLE color: 7742783.

HSL color Cylindrical-coordinate representation of color #3F2576: hue angle of 259.26º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F2576 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 37 118 -
CMYK 0.47 0.69 0 0.54
HSL 259.26º 0.52% 0.3% -
HSV(B) 259.26º 0.69% 0.46% -
XYZ 5.98 3.69 17.54 -
YUV 54.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 63 37 118 0.47 0.69 0 0.54 259.26 0.52 0.3
Hex 3F 25 76 2F 45 0 36 103 34 1E
Octal 77 45 166 57 105 0 66 403 64 36
Binary 111111 100101 1110110 101111 1000101 0 110110 100000011 110100 11110

Color Harmonies of #3F2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2576

Black with #3F2576

Text Example


Text Example

White with #3F2576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,37,118); }

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

background-color css

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

 a { background-color: rgb(63,37,118); }

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

border-color css

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

 span { border-color: rgb(63,37,118); }

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