Html Css Color HEX #3F287A Windsor

📋 copy color: '#3F287A'

red 63 ◦ green 40 ◦ blue 122

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

Shades of Windsor #3F287A

Tints of Windsor #3F287A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 122 (48.05% from 255) = 54.22%

R = 28%
G = 17.78%
B = 54.22%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F287A (or 0x3F287A) is known color: Windsor. HEX triplet: 3F, 28 and 7A. RGB value is (63,40,122). Sum of RGB (Red+Green+Blue) = 63+40+122=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F287A is #C0D785. Grayscale: #373737. Windows color (decimal): -12638086 or 8005695. OLE color: 8005695.

HSL color Cylindrical-coordinate representation of color #3F287A: hue angle of 256.83º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F287A is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 40 122 -
CMYK 0.48 0.67 0 0.52
HSL 256.83º 0.51% 0.32% -
HSV(B) 256.83º 0.67% 0.48% -
XYZ 6.32 3.98 18.85 -
YUV 56.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 63 40 122 0.48 0.67 0 0.52 256.83 0.51 0.32
Hex 3F 28 7A 30 43 0 34 101 33 20
Octal 77 50 172 60 103 0 64 401 63 40
Binary 111111 101000 1111010 110000 1000011 0 110100 100000001 110011 100000

Color Harmonies of #3F287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F287A

Black with #3F287A

Text Example


Text Example

White with #3F287A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,122); }

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

background-color css

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

 a { background-color: rgb(63,40,122); }

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

border-color css

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

 span { border-color: rgb(63,40,122); }

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