Html Css Color HEX #3F1C73 Windsor

📋 copy color: '#3F1C73'

red 63 ◦ green 28 ◦ blue 115

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

Shades of Windsor #3F1C73

Tints of Windsor #3F1C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 30.58%
G = 13.59%
B = 55.83%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F1C73 (or 0x3F1C73) is known color: Windsor. HEX triplet: 3F, 1C and 73. RGB value is (63,28,115). Sum of RGB (Red+Green+Blue) = 63+28+115=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F1C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1C73 is #C0E38C. Grayscale: #303030. Windows color (decimal): -12641165 or 7543871. OLE color: 7543871.

HSL color Cylindrical-coordinate representation of color #3F1C73: hue angle of 264.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F1C73 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 28 115 -
CMYK 0.45 0.76 0 0.55
HSL 264.14º 0.61% 0.28% -
HSV(B) 264.14º 0.76% 0.45% -
XYZ 5.56 3.13 16.53 -
YUV 48.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 63 28 115 0.45 0.76 0 0.55 264.14 0.61 0.28
Hex 3F 1C 73 2D 4C 0 37 108 3D 1C
Octal 77 34 163 55 114 0 67 410 75 34
Binary 111111 11100 1110011 101101 1001100 0 110111 100001000 111101 11100

Color Harmonies of #3F1C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1C73

Black with #3F1C73

Text Example


Text Example

White with #3F1C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,28,115); }

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

background-color css

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

 a { background-color: rgb(63,28,115); }

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

border-color css

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

 span { border-color: rgb(63,28,115); }

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