Html Css Color HEX #3F1E71 Windsor

📋 copy color: '#3F1E71'

red 63 ◦ green 30 ◦ blue 113

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

Shades of Windsor #3F1E71

Tints of Windsor #3F1E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.56%

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 30.58%
G = 14.56%
B = 54.85%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F1E71 (or 0x3F1E71) is known color: Windsor. HEX triplet: 3F, 1E and 71. RGB value is (63,30,113). Sum of RGB (Red+Green+Blue) = 63+30+113=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F1E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1E71 is #C0E18E. Grayscale: #313131. Windows color (decimal): -12640655 or 7413311. OLE color: 7413311.

HSL color Cylindrical-coordinate representation of color #3F1E71: hue angle of 263.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1E71 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 30 113 -
CMYK 0.44 0.73 0 0.56
HSL 263.86º 0.58% 0.28% -
HSV(B) 263.86º 0.73% 0.44% -
XYZ 5.49 3.18 15.95 -
YUV 49.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 63 30 113 0.44 0.73 0 0.56 263.86 0.58 0.28
Hex 3F 1E 71 2C 49 0 38 108 3A 1C
Octal 77 36 161 54 111 0 70 410 72 34
Binary 111111 11110 1110001 101100 1001001 0 111000 100001000 111010 11100

Color Harmonies of #3F1E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1E71

Black with #3F1E71

Text Example


Text Example

White with #3F1E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,30,113); }

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

background-color css

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

 a { background-color: rgb(63,30,113); }

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

border-color css

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

 span { border-color: rgb(63,30,113); }

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