Html Css Color HEX #3F208A Windsor

📋 copy color: '#3F208A'

red 63 ◦ green 32 ◦ blue 138

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

Shades of Windsor #3F208A

Tints of Windsor #3F208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.23%

R = 27.04%
G = 13.73%
B = 59.23%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F208A (or 0x3F208A) is known color: Windsor. HEX triplet: 3F, 20 and 8A. RGB value is (63,32,138). Sum of RGB (Red+Green+Blue) = 63+32+138=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F208A is #C0DF75. Grayscale: #343434. Windows color (decimal): -12640118 or 9052223. OLE color: 9052223.

HSL color Cylindrical-coordinate representation of color #3F208A: hue angle of 257.55º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F208A is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 32 138 -
CMYK 0.54 0.77 0 0.46
HSL 257.55º 0.62% 0.33% -
HSV(B) 257.55º 0.77% 0.54% -
XYZ 7.15 3.92 24.43 -
YUV 53.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 63 32 138 0.54 0.77 0 0.46 257.55 0.62 0.33
Hex 3F 20 8A 36 4D 0 2E 102 3E 21
Octal 77 40 212 66 115 0 56 402 76 41
Binary 111111 100000 10001010 110110 1001101 0 101110 100000010 111110 100001

Color Harmonies of #3F208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F208A

Black with #3F208A

Text Example


Text Example

White with #3F208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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