Html Css Color HEX #3F248F Windsor

📋 copy color: '#3F248F'

red 63 ◦ green 36 ◦ blue 143

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

Shades of Windsor #3F248F

Tints of Windsor #3F248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 143 (56.25% from 255) = 59.09%

R = 26.03%
G = 14.88%
B = 59.09%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F248F (or 0x3F248F) is known color: Windsor. HEX triplet: 3F, 24 and 8F. RGB value is (63,36,143). Sum of RGB (Red+Green+Blue) = 63+36+143=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F248F is #C0DB70. Grayscale: #373737. Windows color (decimal): -12639089 or 9380927. OLE color: 9380927.

HSL color Cylindrical-coordinate representation of color #3F248F: hue angle of 255.14º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F248F is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 36 143 -
CMYK 0.56 0.75 0 0.44
HSL 255.14º 0.6% 0.35% -
HSV(B) 255.14º 0.75% 0.56% -
XYZ 7.64 4.3 26.41 -
YUV 56.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 63 36 143 0.56 0.75 0 0.44 255.14 0.6 0.35
Hex 3F 24 8F 38 4B 0 2C FF 3C 23
Octal 77 44 217 70 113 0 54 377 74 43
Binary 111111 100100 10001111 111000 1001011 0 101100 11111111 111100 100011

Color Harmonies of #3F248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F248F

Black with #3F248F

Text Example


Text Example

White with #3F248F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,36,143); }

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

background-color css

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

 a { background-color: rgb(63,36,143); }

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

border-color css

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

 span { border-color: rgb(63,36,143); }

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