Html Css Color HEX #3F207F Windsor

📋 copy color: '#3F207F'

red 63 ◦ green 32 ◦ blue 127

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

Shades of Windsor #3F207F

Tints of Windsor #3F207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 28.38%
G = 14.41%
B = 57.21%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F207F (or 0x3F207F) is known color: Windsor. HEX triplet: 3F, 20 and 7F. RGB value is (63,32,127). Sum of RGB (Red+Green+Blue) = 63+32+127=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F207F is #C0DF80. Grayscale: #333333. Windows color (decimal): -12640129 or 8331327. OLE color: 8331327.

HSL color Cylindrical-coordinate representation of color #3F207F: hue angle of 259.58º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F207F is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 32 127 -
CMYK 0.50 0.75 0 0.50
HSL 259.58º 0.6% 0.31% -
HSV(B) 259.58º 0.75% 0.5% -
XYZ 6.4 3.62 20.44 -
YUV 52.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 63 32 127 0.50 0.75 0 0.50 259.58 0.6 0.31
Hex 3F 20 7F 32 4B 0 32 104 3C 1F
Octal 77 40 177 62 113 0 62 404 74 37
Binary 111111 100000 1111111 110010 1001011 0 110010 100000100 111100 11111

Color Harmonies of #3F207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F207F

Black with #3F207F

Text Example


Text Example

White with #3F207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,32,127); }

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

background-color css

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

 a { background-color: rgb(63,32,127); }

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

border-color css

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

 span { border-color: rgb(63,32,127); }

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