Html Css Color HEX #3F2A73 Windsor

📋 copy color: '#3F2A73'

red 63 ◦ green 42 ◦ blue 115

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

Shades of Windsor #3F2A73

Tints of Windsor #3F2A73

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

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

R = 28.64%
G = 19.09%
B = 52.27%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2A73 (or 0x3F2A73) is known color: Windsor. HEX triplet: 3F, 2A and 73. RGB value is (63,42,115). Sum of RGB (Red+Green+Blue) = 63+42+115=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A73 is #C0D58C. Grayscale: #383838. Windows color (decimal): -12637581 or 7547455. OLE color: 7547455.

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

Color convert

RGB 63 42 115 -
CMYK 0.45 0.63 0 0.55
HSL 257.26º 0.46% 0.31% -
HSV(B) 257.26º 0.63% 0.45% -
XYZ 5.97 3.95 16.67 -
YUV 56.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 63 42 115 0.45 0.63 0 0.55 257.26 0.46 0.31
Hex 3F 2A 73 2D 3F 0 37 101 2E 1F
Octal 77 52 163 55 77 0 67 401 56 37
Binary 111111 101010 1110011 101101 111111 0 110111 100000001 101110 11111

Color Harmonies of #3F2A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2A73

Black with #3F2A73

Text Example


Text Example

White with #3F2A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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