Html Css Color HEX #3F2284 Windsor

📋 copy color: '#3F2284'

red 63 ◦ green 34 ◦ blue 132

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

Shades of Windsor #3F2284

Tints of Windsor #3F2284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

 BLUE value IS 132 (51.95% from 255) = 57.64%

R = 27.51%
G = 14.85%
B = 57.64%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F2284 (or 0x3F2284) is known color: Windsor. HEX triplet: 3F, 22 and 84. RGB value is (63,34,132). Sum of RGB (Red+Green+Blue) = 63+34+132=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F2284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2284 is #C0DD7B. Grayscale: #353535. Windows color (decimal): -12639612 or 8659519. OLE color: 8659519.

HSL color Cylindrical-coordinate representation of color #3F2284: hue angle of 257.76º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F2284 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 34 132 -
CMYK 0.52 0.74 0 0.48
HSL 257.76º 0.59% 0.33% -
HSV(B) 257.76º 0.74% 0.52% -
XYZ 6.79 3.87 22.22 -
YUV 53.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 63 34 132 0.52 0.74 0 0.48 257.76 0.59 0.33
Hex 3F 22 84 34 4A 0 30 102 3B 21
Octal 77 42 204 64 112 0 60 402 73 41
Binary 111111 100010 10000100 110100 1001010 0 110000 100000010 111011 100001

Color Harmonies of #3F2284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2284

Black with #3F2284

Text Example


Text Example

White with #3F2284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,34,132); }

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

background-color css

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

 a { background-color: rgb(63,34,132); }

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

border-color css

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

 span { border-color: rgb(63,34,132); }

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