Html Css Color HEX #3F2583 Windsor

📋 copy color: '#3F2583'

red 63 ◦ green 37 ◦ blue 131

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

Shades of Windsor #3F2583

Tints of Windsor #3F2583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

 BLUE value IS 131 (51.56% from 255) = 56.71%

R = 27.27%
G = 16.02%
B = 56.71%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3F2583 (or 0x3F2583) is known color: Windsor. HEX triplet: 3F, 25 and 83. RGB value is (63,37,131). Sum of RGB (Red+Green+Blue) = 63+37+131=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #3F2583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2583 is #C0DA7C. Grayscale: #373737. Windows color (decimal): -12638845 or 8594751. OLE color: 8594751.

HSL color Cylindrical-coordinate representation of color #3F2583: hue angle of 256.6º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2583 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 37 131 -
CMYK 0.52 0.72 0 0.49
HSL 256.6º 0.56% 0.33% -
HSV(B) 256.6º 0.72% 0.51% -
XYZ 6.81 4.02 21.89 -
YUV 55.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 63 37 131 0.52 0.72 0 0.49 256.6 0.56 0.33
Hex 3F 25 83 34 48 0 31 101 38 21
Octal 77 45 203 64 110 0 61 401 70 41
Binary 111111 100101 10000011 110100 1001000 0 110001 100000001 111000 100001

Color Harmonies of #3F2583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2583

Black with #3F2583

Text Example


Text Example

White with #3F2583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,37,131); }

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

background-color css

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

 a { background-color: rgb(63,37,131); }

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

border-color css

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

 span { border-color: rgb(63,37,131); }

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