Html Css Color HEX #3F2985 Windsor

📋 copy color: '#3F2985'

red 63 ◦ green 41 ◦ blue 133

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

Shades of Windsor #3F2985

Tints of Windsor #3F2985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

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

R = 26.58%
G = 17.3%
B = 56.12%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F2985 (or 0x3F2985) is known color: Windsor. HEX triplet: 3F, 29 and 85. RGB value is (63,41,133). Sum of RGB (Red+Green+Blue) = 63+41+133=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F2985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2985 is #C0D67A. Grayscale: #393939. Windows color (decimal): -12637819 or 8726847. OLE color: 8726847.

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

Color convert

RGB 63 41 133 -
CMYK 0.53 0.69 0 0.48
HSL 254.35º 0.53% 0.34% -
HSV(B) 254.35º 0.69% 0.52% -
XYZ 7.08 4.34 22.65 -
YUV 58.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 63 41 133 0.53 0.69 0 0.48 254.35 0.53 0.34
Hex 3F 29 85 35 45 0 30 FE 35 22
Octal 77 51 205 65 105 0 60 376 65 42
Binary 111111 101001 10000101 110101 1000101 0 110000 11111110 110101 100010

Color Harmonies of #3F2985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2985

Black with #3F2985

Text Example


Text Example

White with #3F2985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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