Html Css Color HEX #3F1E7C Windsor

📋 copy color: '#3F1E7C'

red 63 ◦ green 30 ◦ blue 124

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

Shades of Windsor #3F1E7C

Tints of Windsor #3F1E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 29.03%
G = 13.82%
B = 57.14%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F1E7C (or 0x3F1E7C) is known color: Windsor. HEX triplet: 3F, 1E and 7C. RGB value is (63,30,124). Sum of RGB (Red+Green+Blue) = 63+30+124=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F1E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1E7C is #C0E183. Grayscale: #323232. Windows color (decimal): -12640644 or 8134207. OLE color: 8134207.

HSL color Cylindrical-coordinate representation of color #3F1E7C: hue angle of 261.06º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F1E7C is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 30 124 -
CMYK 0.49 0.76 0 0.51
HSL 261.06º 0.61% 0.3% -
HSV(B) 261.06º 0.76% 0.49% -
XYZ 6.15 3.44 19.41 -
YUV 50.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 63 30 124 0.49 0.76 0 0.51 261.06 0.61 0.3
Hex 3F 1E 7C 31 4C 0 33 105 3D 1E
Octal 77 36 174 61 114 0 63 405 75 36
Binary 111111 11110 1111100 110001 1001100 0 110011 100000101 111101 11110

Color Harmonies of #3F1E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1E7C

Black with #3F1E7C

Text Example


Text Example

White with #3F1E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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