Html Css Color HEX #3F2472 Windsor

📋 copy color: '#3F2472'

red 63 ◦ green 36 ◦ blue 114

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

Shades of Windsor #3F2472

Tints of Windsor #3F2472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 29.58%
G = 16.9%
B = 53.52%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2472 (or 0x3F2472) is known color: Windsor. HEX triplet: 3F, 24 and 72. RGB value is (63,36,114). Sum of RGB (Red+Green+Blue) = 63+36+114=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F2472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2472 is #C0DB8D. Grayscale: #343434. Windows color (decimal): -12639118 or 7480383. OLE color: 7480383.

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

Color convert

RGB 63 36 114 -
CMYK 0.45 0.68 0 0.55
HSL 260.77º 0.52% 0.29% -
HSV(B) 260.77º 0.68% 0.45% -
XYZ 5.72 3.53 16.3 -
YUV 52.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 63 36 114 0.45 0.68 0 0.55 260.77 0.52 0.29
Hex 3F 24 72 2D 44 0 37 105 34 1D
Octal 77 44 162 55 104 0 67 405 64 35
Binary 111111 100100 1110010 101101 1000100 0 110111 100000101 110100 11101

Color Harmonies of #3F2472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2472

Black with #3F2472

Text Example


Text Example

White with #3F2472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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