Html Css Color HEX #3F1D72 Windsor

📋 copy color: '#3F1D72'

red 63 ◦ green 29 ◦ blue 114

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

Shades of Windsor #3F1D72

Tints of Windsor #3F1D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 30.58%
G = 14.08%
B = 55.34%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F1D72 (or 0x3F1D72) is known color: Windsor. HEX triplet: 3F, 1D and 72. RGB value is (63,29,114). Sum of RGB (Red+Green+Blue) = 63+29+114=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F1D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1D72 is #C0E28D. Grayscale: #303030. Windows color (decimal): -12640910 or 7478591. OLE color: 7478591.

HSL color Cylindrical-coordinate representation of color #3F1D72: hue angle of 264º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1D72 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 29 114 -
CMYK 0.45 0.75 0 0.55
HSL 264º 0.59% 0.28% -
HSV(B) 264º 0.75% 0.45% -
XYZ 5.53 3.15 16.24 -
YUV 48.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 63 29 114 0.45 0.75 0 0.55 264 0.59 0.28
Hex 3F 1D 72 2D 4B 0 37 108 3B 1C
Octal 77 35 162 55 113 0 67 410 73 34
Binary 111111 11101 1110010 101101 1001011 0 110111 100001000 111011 11100

Color Harmonies of #3F1D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1D72

Black with #3F1D72

Text Example


Text Example

White with #3F1D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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