Html Css Color HEX #3F2875 Windsor

📋 copy color: '#3F2875'

red 63 ◦ green 40 ◦ blue 117

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

Shades of Windsor #3F2875

Tints of Windsor #3F2875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 28.64%
G = 18.18%
B = 53.18%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F2875 (or 0x3F2875) is known color: Windsor. HEX triplet: 3F, 28 and 75. RGB value is (63,40,117). Sum of RGB (Red+Green+Blue) = 63+40+117=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2875 is #C0D78A. Grayscale: #373737. Windows color (decimal): -12638091 or 7678015. OLE color: 7678015.

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

Color convert

RGB 63 40 117 -
CMYK 0.46 0.66 0 0.54
HSL 257.92º 0.49% 0.31% -
HSV(B) 257.92º 0.66% 0.46% -
XYZ 6.02 3.86 17.26 -
YUV 55.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 63 40 117 0.46 0.66 0 0.54 257.92 0.49 0.31
Hex 3F 28 75 2E 42 0 36 102 31 1F
Octal 77 50 165 56 102 0 66 402 61 37
Binary 111111 101000 1110101 101110 1000010 0 110110 100000010 110001 11111

Color Harmonies of #3F2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2875

Black with #3F2875

Text Example


Text Example

White with #3F2875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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