Html Css Color HEX #3F2287 Windsor

📋 copy color: '#3F2287'

red 63 ◦ green 34 ◦ blue 135

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

Shades of Windsor #3F2287

Tints of Windsor #3F2287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 58.19%

R = 27.16%
G = 14.66%
B = 58.19%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F2287 (or 0x3F2287) is known color: Windsor. HEX triplet: 3F, 22 and 87. RGB value is (63,34,135). Sum of RGB (Red+Green+Blue) = 63+34+135=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F2287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2287 is #C0DD78. Grayscale: #353535. Windows color (decimal): -12639609 or 8856127. OLE color: 8856127.

HSL color Cylindrical-coordinate representation of color #3F2287: hue angle of 257.23º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2287 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 34 135 -
CMYK 0.53 0.75 0 0.47
HSL 257.23º 0.6% 0.33% -
HSV(B) 257.23º 0.75% 0.53% -
XYZ 7 3.95 23.32 -
YUV 54.19 173.61 134.29 -
System Red Green Blue C M Y K H S L
Decimal 63 34 135 0.53 0.75 0 0.47 257.23 0.6 0.33
Hex 3F 22 87 35 4B 0 2F 101 3C 21
Octal 77 42 207 65 113 0 57 401 74 41
Binary 111111 100010 10000111 110101 1001011 0 101111 100000001 111100 100001

Color Harmonies of #3F2287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2287

Black with #3F2287

Text Example


Text Example

White with #3F2287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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