Html Css Color HEX #3F217D Windsor

📋 copy color: '#3F217D'

red 63 ◦ green 33 ◦ blue 125

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

Shades of Windsor #3F217D

Tints of Windsor #3F217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 28.51%
G = 14.93%
B = 56.56%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F217D (or 0x3F217D) is known color: Windsor. HEX triplet: 3F, 21 and 7D. RGB value is (63,33,125). Sum of RGB (Red+Green+Blue) = 63+33+125=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F217D is #C0DE82. Grayscale: #343434. Windows color (decimal): -12639875 or 8200511. OLE color: 8200511.

HSL color Cylindrical-coordinate representation of color #3F217D: hue angle of 259.57º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F217D is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 33 125 -
CMYK 0.50 0.74 0 0.51
HSL 259.57º 0.58% 0.31% -
HSV(B) 259.57º 0.74% 0.49% -
XYZ 6.3 3.63 19.77 -
YUV 52.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 63 33 125 0.50 0.74 0 0.51 259.57 0.58 0.31
Hex 3F 21 7D 32 4A 0 33 104 3A 1F
Octal 77 41 175 62 112 0 63 404 72 37
Binary 111111 100001 1111101 110010 1001010 0 110011 100000100 111010 11111

Color Harmonies of #3F217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F217D

Black with #3F217D

Text Example


Text Example

White with #3F217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,33,125); }

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

background-color css

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

 a { background-color: rgb(63,33,125); }

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

border-color css

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

 span { border-color: rgb(63,33,125); }

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