Html Css Color HEX #3F2374 Windsor

📋 copy color: '#3F2374'

red 63 ◦ green 35 ◦ blue 116

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

Shades of Windsor #3F2374

Tints of Windsor #3F2374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 29.44%
G = 16.36%
B = 54.21%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2374 (or 0x3F2374) is known color: Windsor. HEX triplet: 3F, 23 and 74. RGB value is (63,35,116). Sum of RGB (Red+Green+Blue) = 63+35+116=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F2374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2374 is #C0DC8B. Grayscale: #343434. Windows color (decimal): -12639372 or 7611199. OLE color: 7611199.

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

Color convert

RGB 63 35 116 -
CMYK 0.46 0.70 0 0.55
HSL 260.74º 0.54% 0.3% -
HSV(B) 260.74º 0.7% 0.45% -
XYZ 5.8 3.52 16.9 -
YUV 52.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 63 35 116 0.46 0.70 0 0.55 260.74 0.54 0.3
Hex 3F 23 74 2E 46 0 37 105 36 1E
Octal 77 43 164 56 106 0 67 405 66 36
Binary 111111 100011 1110100 101110 1000110 0 110111 100000101 110110 11110

Color Harmonies of #3F2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2374

Black with #3F2374

Text Example


Text Example

White with #3F2374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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