Html Css Color HEX #3F2574 Windsor

📋 copy color: '#3F2574'

red 63 ◦ green 37 ◦ blue 116

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

Shades of Windsor #3F2574

Tints of Windsor #3F2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 29.17%
G = 17.13%
B = 53.7%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2574 (or 0x3F2574) is known color: Windsor. HEX triplet: 3F, 25 and 74. RGB value is (63,37,116). Sum of RGB (Red+Green+Blue) = 63+37+116=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F2574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2574 is #C0DA8B. Grayscale: #353535. Windows color (decimal): -12638860 or 7611711. OLE color: 7611711.

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

Color convert

RGB 63 37 116 -
CMYK 0.46 0.68 0 0.55
HSL 259.75º 0.52% 0.3% -
HSV(B) 259.75º 0.68% 0.45% -
XYZ 5.86 3.64 16.92 -
YUV 53.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 63 37 116 0.46 0.68 0 0.55 259.75 0.52 0.3
Hex 3F 25 74 2E 44 0 37 104 34 1E
Octal 77 45 164 56 104 0 67 404 64 36
Binary 111111 100101 1110100 101110 1000100 0 110111 100000100 110100 11110

Color Harmonies of #3F2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2574

Black with #3F2574

Text Example


Text Example

White with #3F2574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,37,116); }

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

background-color css

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

 a { background-color: rgb(63,37,116); }

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

border-color css

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

 span { border-color: rgb(63,37,116); }

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