Html Css Color HEX #3F2376 Windsor

📋 copy color: '#3F2376'

red 63 ◦ green 35 ◦ blue 118

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

Shades of Windsor #3F2376

Tints of Windsor #3F2376

RGB

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

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

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

R = 29.17%
G = 16.2%
B = 54.63%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F2376 (or 0x3F2376) is known color: Windsor. HEX triplet: 3F, 23 and 76. RGB value is (63,35,118). Sum of RGB (Red+Green+Blue) = 63+35+118=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F2376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2376 is #C0DC89. Grayscale: #343434. Windows color (decimal): -12639370 or 7742271. OLE color: 7742271.

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

Color convert

RGB 63 35 118 -
CMYK 0.47 0.70 0 0.54
HSL 260.24º 0.54% 0.3% -
HSV(B) 260.24º 0.7% 0.46% -
XYZ 5.92 3.57 17.52 -
YUV 52.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 63 35 118 0.47 0.70 0 0.54 260.24 0.54 0.3
Hex 3F 23 76 2F 46 0 36 104 36 1E
Octal 77 43 166 57 106 0 66 404 66 36
Binary 111111 100011 1110110 101111 1000110 0 110110 100000100 110110 11110

Color Harmonies of #3F2376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2376

Black with #3F2376

Text Example


Text Example

White with #3F2376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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