Html Css Color HEX #3F2889 Windsor

📋 copy color: '#3F2889'

red 63 ◦ green 40 ◦ blue 137

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

Shades of Windsor #3F2889

Tints of Windsor #3F2889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 26.25%
G = 16.67%
B = 57.08%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F2889 (or 0x3F2889) is known color: Windsor. HEX triplet: 3F, 28 and 89. RGB value is (63,40,137). Sum of RGB (Red+Green+Blue) = 63+40+137=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F2889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2889 is #C0D776. Grayscale: #393939. Windows color (decimal): -12638071 or 8988735. OLE color: 8988735.

HSL color Cylindrical-coordinate representation of color #3F2889: hue angle of 254.23º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2889 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 40 137 -
CMYK 0.54 0.71 0 0.46
HSL 254.23º 0.55% 0.35% -
HSV(B) 254.23º 0.71% 0.54% -
XYZ 7.32 4.38 24.13 -
YUV 57.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 63 40 137 0.54 0.71 0 0.46 254.23 0.55 0.35
Hex 3F 28 89 36 47 0 2E FE 37 23
Octal 77 50 211 66 107 0 56 376 67 43
Binary 111111 101000 10001001 110110 1000111 0 101110 11111110 110111 100011

Color Harmonies of #3F2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2889

Black with #3F2889

Text Example


Text Example

White with #3F2889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,137); }

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

background-color css

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

 a { background-color: rgb(63,40,137); }

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

border-color css

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

 span { border-color: rgb(63,40,137); }

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