Html Css Color HEX #3F2285 Windsor

📋 copy color: '#3F2285'

red 63 ◦ green 34 ◦ blue 133

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

Shades of Windsor #3F2285

Tints of Windsor #3F2285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 27.39%
G = 14.78%
B = 57.83%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F2285 (or 0x3F2285) is known color: Windsor. HEX triplet: 3F, 22 and 85. RGB value is (63,34,133). Sum of RGB (Red+Green+Blue) = 63+34+133=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F2285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2285 is #C0DD7A. Grayscale: #353535. Windows color (decimal): -12639611 or 8725055. OLE color: 8725055.

HSL color Cylindrical-coordinate representation of color #3F2285: hue angle of 257.58º 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 #3F2285 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 34 133 -
CMYK 0.53 0.74 0 0.48
HSL 257.58º 0.59% 0.33% -
HSV(B) 257.58º 0.74% 0.52% -
XYZ 6.86 3.89 22.58 -
YUV 53.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 63 34 133 0.53 0.74 0 0.48 257.58 0.59 0.33
Hex 3F 22 85 35 4A 0 30 102 3B 21
Octal 77 42 205 65 112 0 60 402 73 41
Binary 111111 100010 10000101 110101 1001010 0 110000 100000010 111011 100001

Color Harmonies of #3F2285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2285

Black with #3F2285

Text Example


Text Example

White with #3F2285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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