Html Css Color HEX #3F236F Windsor

📋 copy color: '#3F236F'

red 63 ◦ green 35 ◦ blue 111

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

Shades of Windsor #3F236F

Tints of Windsor #3F236F

RGB

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

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

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

R = 30.14%
G = 16.75%
B = 53.11%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F236F (or 0x3F236F) is known color: Windsor. HEX triplet: 3F, 23 and 6F. RGB value is (63,35,111). Sum of RGB (Red+Green+Blue) = 63+35+111=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F236F is #C0DC90. Grayscale: #333333. Windows color (decimal): -12639377 or 7283519. OLE color: 7283519.

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

Color convert

RGB 63 35 111 -
CMYK 0.43 0.68 0 0.56
HSL 262.11º 0.52% 0.29% -
HSV(B) 262.11º 0.68% 0.44% -
XYZ 5.52 3.41 15.41 -
YUV 52.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 63 35 111 0.43 0.68 0 0.56 262.11 0.52 0.29
Hex 3F 23 6F 2B 44 0 38 106 34 1D
Octal 77 43 157 53 104 0 70 406 64 35
Binary 111111 100011 1101111 101011 1000100 0 111000 100000110 110100 11101

Color Harmonies of #3F236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F236F

Black with #3F236F

Text Example


Text Example

White with #3F236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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