Html Css Color HEX #3F1C77 Windsor

📋 copy color: '#3F1C77'

red 63 ◦ green 28 ◦ blue 119

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

Shades of Windsor #3F1C77

Tints of Windsor #3F1C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 30%
G = 13.33%
B = 56.67%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F1C77 (or 0x3F1C77) is known color: Windsor. HEX triplet: 3F, 1C and 77. RGB value is (63,28,119). Sum of RGB (Red+Green+Blue) = 63+28+119=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F1C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1C77 is #C0E388. Grayscale: #303030. Windows color (decimal): -12641161 or 7806015. OLE color: 7806015.

HSL color Cylindrical-coordinate representation of color #3F1C77: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F1C77 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 28 119 -
CMYK 0.47 0.76 0 0.53
HSL 263.08º 0.62% 0.29% -
HSV(B) 263.08º 0.76% 0.47% -
XYZ 5.79 3.22 17.77 -
YUV 48.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 63 28 119 0.47 0.76 0 0.53 263.08 0.62 0.29
Hex 3F 1C 77 2F 4C 0 35 107 3E 1D
Octal 77 34 167 57 114 0 65 407 76 35
Binary 111111 11100 1110111 101111 1001100 0 110101 100000111 111110 11101

Color Harmonies of #3F1C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1C77

Black with #3F1C77

Text Example


Text Example

White with #3F1C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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