Html Css Color HEX #3F1D76 Windsor

📋 copy color: '#3F1D76'

red 63 ◦ green 29 ◦ blue 118

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

Shades of Windsor #3F1D76

Tints of Windsor #3F1D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.81%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 30%
G = 13.81%
B = 56.19%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F1D76 (or 0x3F1D76) is known color: Windsor. HEX triplet: 3F, 1D and 76. RGB value is (63,29,118). Sum of RGB (Red+Green+Blue) = 63+29+118=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F1D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1D76 is #C0E289. Grayscale: #303030. Windows color (decimal): -12640906 or 7740735. OLE color: 7740735.

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

Color convert

RGB 63 29 118 -
CMYK 0.47 0.75 0 0.54
HSL 262.92º 0.61% 0.29% -
HSV(B) 262.92º 0.75% 0.46% -
XYZ 5.76 3.24 17.46 -
YUV 49.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 63 29 118 0.47 0.75 0 0.54 262.92 0.61 0.29
Hex 3F 1D 76 2F 4B 0 36 107 3D 1D
Octal 77 35 166 57 113 0 66 407 75 35
Binary 111111 11101 1110110 101111 1001011 0 110110 100000111 111101 11101

Color Harmonies of #3F1D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1D76

Black with #3F1D76

Text Example


Text Example

White with #3F1D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,29,118); }

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

background-color css

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

 a { background-color: rgb(63,29,118); }

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

border-color css

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

 span { border-color: rgb(63,29,118); }

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