Html Css Color HEX #3F2075 Windsor

📋 copy color: '#3F2075'

red 63 ◦ green 32 ◦ blue 117

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

Shades of Windsor #3F2075

Tints of Windsor #3F2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

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

R = 29.72%
G = 15.09%
B = 55.19%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F2075 (or 0x3F2075) is known color: Windsor. HEX triplet: 3F, 20 and 75. RGB value is (63,32,117). Sum of RGB (Red+Green+Blue) = 63+32+117=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2075 is #C0DF8A. Grayscale: #323232. Windows color (decimal): -12640139 or 7675967. OLE color: 7675967.

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

Color convert

RGB 63 32 117 -
CMYK 0.46 0.73 0 0.54
HSL 261.88º 0.57% 0.29% -
HSV(B) 261.88º 0.73% 0.46% -
XYZ 5.78 3.37 17.18 -
YUV 50.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 63 32 117 0.46 0.73 0 0.54 261.88 0.57 0.29
Hex 3F 20 75 2E 49 0 36 106 39 1D
Octal 77 40 165 56 111 0 66 406 71 35
Binary 111111 100000 1110101 101110 1001001 0 110110 100000110 111001 11101

Color Harmonies of #3F2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2075

Black with #3F2075

Text Example


Text Example

White with #3F2075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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