Html Css Color HEX #3F2373 Windsor

📋 copy color: '#3F2373'

red 63 ◦ green 35 ◦ blue 115

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

Shades of Windsor #3F2373

Tints of Windsor #3F2373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 29.58%
G = 16.43%
B = 53.99%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2373 (or 0x3F2373) is known color: Windsor. HEX triplet: 3F, 23 and 73. RGB value is (63,35,115). Sum of RGB (Red+Green+Blue) = 63+35+115=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2373 is #C0DC8C. Grayscale: #343434. Windows color (decimal): -12639373 or 7545663. OLE color: 7545663.

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

Color convert

RGB 63 35 115 -
CMYK 0.45 0.70 0 0.55
HSL 261º 0.53% 0.29% -
HSV(B) 261º 0.7% 0.45% -
XYZ 5.75 3.5 16.59 -
YUV 52.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 63 35 115 0.45 0.70 0 0.55 261 0.53 0.29
Hex 3F 23 73 2D 46 0 37 105 35 1D
Octal 77 43 163 55 106 0 67 405 65 35
Binary 111111 100011 1110011 101101 1000110 0 110111 100000101 110101 11101

Color Harmonies of #3F2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2373

Black with #3F2373

Text Example


Text Example

White with #3F2373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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