Html Css Color HEX #3F2183 Windsor

📋 copy color: '#3F2183'

red 63 ◦ green 33 ◦ blue 131

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

Shades of Windsor #3F2183

Tints of Windsor #3F2183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 57.71%

R = 27.75%
G = 14.54%
B = 57.71%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3F2183 (or 0x3F2183) is known color: Windsor. HEX triplet: 3F, 21 and 83. RGB value is (63,33,131). Sum of RGB (Red+Green+Blue) = 63+33+131=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #3F2183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2183 is #C0DE7C. Grayscale: #343434. Windows color (decimal): -12639869 or 8593727. OLE color: 8593727.

HSL color Cylindrical-coordinate representation of color #3F2183: hue angle of 258.37º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2183 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 33 131 -
CMYK 0.52 0.75 0 0.49
HSL 258.37º 0.6% 0.32% -
HSV(B) 258.37º 0.75% 0.51% -
XYZ 6.69 3.78 21.85 -
YUV 53.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 63 33 131 0.52 0.75 0 0.49 258.37 0.6 0.32
Hex 3F 21 83 34 4B 0 31 102 3C 20
Octal 77 41 203 64 113 0 61 402 74 40
Binary 111111 100001 10000011 110100 1001011 0 110001 100000010 111100 100000

Color Harmonies of #3F2183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2183

Black with #3F2183

Text Example


Text Example

White with #3F2183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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