Html Css Color HEX #3F266F Windsor

📋 copy color: '#3F266F'

red 63 ◦ green 38 ◦ blue 111

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

Shades of Windsor #3F266F

Tints of Windsor #3F266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 29.72%
G = 17.92%
B = 52.36%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F266F (or 0x3F266F) is known color: Windsor. HEX triplet: 3F, 26 and 6F. RGB value is (63,38,111). Sum of RGB (Red+Green+Blue) = 63+38+111=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F266F is #C0D990. Grayscale: #353535. Windows color (decimal): -12638609 or 7284287. OLE color: 7284287.

HSL color Cylindrical-coordinate representation of color #3F266F: hue angle of 260.55º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F266F is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 38 111 -
CMYK 0.43 0.66 0 0.56
HSL 260.55º 0.49% 0.29% -
HSV(B) 260.55º 0.66% 0.44% -
XYZ 5.61 3.59 15.44 -
YUV 53.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 63 38 111 0.43 0.66 0 0.56 260.55 0.49 0.29
Hex 3F 26 6F 2B 42 0 38 105 31 1D
Octal 77 46 157 53 102 0 70 405 61 35
Binary 111111 100110 1101111 101011 1000010 0 111000 100000101 110001 11101

Color Harmonies of #3F266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F266F

Black with #3F266F

Text Example


Text Example

White with #3F266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,38,111); }

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

background-color css

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

 a { background-color: rgb(63,38,111); }

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

border-color css

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

 span { border-color: rgb(63,38,111); }

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