Html Css Color HEX #3F2074 Windsor

📋 copy color: '#3F2074'

red 63 ◦ green 32 ◦ blue 116

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

Shades of Windsor #3F2074

Tints of Windsor #3F2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 29.86%
G = 15.17%
B = 54.98%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2074 (or 0x3F2074) is known color: Windsor. HEX triplet: 3F, 20 and 74. RGB value is (63,32,116). Sum of RGB (Red+Green+Blue) = 63+32+116=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F2074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2074 is #C0DF8B. Grayscale: #323232. Windows color (decimal): -12640140 or 7610431. OLE color: 7610431.

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

Color convert

RGB 63 32 116 -
CMYK 0.46 0.72 0 0.55
HSL 262.14º 0.57% 0.29% -
HSV(B) 262.14º 0.72% 0.45% -
XYZ 5.72 3.35 16.87 -
YUV 50.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 63 32 116 0.46 0.72 0 0.55 262.14 0.57 0.29
Hex 3F 20 74 2E 48 0 37 106 39 1D
Octal 77 40 164 56 110 0 67 406 71 35
Binary 111111 100000 1110100 101110 1001000 0 110111 100000110 111001 11101

Color Harmonies of #3F2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2074

Black with #3F2074

Text Example


Text Example

White with #3F2074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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