Html Css Color HEX #3F276E Windsor

📋 copy color: '#3F276E'

red 63 ◦ green 39 ◦ blue 110

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

Shades of Windsor #3F276E

Tints of Windsor #3F276E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 29.72%
G = 18.4%
B = 51.89%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F276E (or 0x3F276E) is known color: Windsor. HEX triplet: 3F, 27 and 6E. RGB value is (63,39,110). Sum of RGB (Red+Green+Blue) = 63+39+110=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F276E is #C0D891. Grayscale: #363636. Windows color (decimal): -12638354 or 7219007. OLE color: 7219007.

HSL color Cylindrical-coordinate representation of color #3F276E: hue angle of 260.28º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F276E is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 39 110 -
CMYK 0.43 0.65 0 0.57
HSL 260.28º 0.48% 0.29% -
HSV(B) 260.28º 0.65% 0.43% -
XYZ 5.59 3.63 15.16 -
YUV 54.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 63 39 110 0.43 0.65 0 0.57 260.28 0.48 0.29
Hex 3F 27 6E 2B 41 0 39 104 30 1D
Octal 77 47 156 53 101 0 71 404 60 35
Binary 111111 100111 1101110 101011 1000001 0 111001 100000100 110000 11101

Color Harmonies of #3F276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F276E

Black with #3F276E

Text Example


Text Example

White with #3F276E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,39,110); }

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

background-color css

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

 a { background-color: rgb(63,39,110); }

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

border-color css

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

 span { border-color: rgb(63,39,110); }

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