Html Css Color HEX #3F1E74 Windsor

📋 copy color: '#3F1E74'

red 63 ◦ green 30 ◦ blue 116

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

Shades of Windsor #3F1E74

Tints of Windsor #3F1E74

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 30.14%
G = 14.35%
B = 55.5%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F1E74 (or 0x3F1E74) is known color: Windsor. HEX triplet: 3F, 1E and 74. RGB value is (63,30,116). Sum of RGB (Red+Green+Blue) = 63+30+116=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F1E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1E74 is #C0E18B. Grayscale: #313131. Windows color (decimal): -12640652 or 7609919. OLE color: 7609919.

HSL color Cylindrical-coordinate representation of color #3F1E74: hue angle of 263.02º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F1E74 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 30 116 -
CMYK 0.46 0.74 0 0.55
HSL 263.02º 0.59% 0.29% -
HSV(B) 263.02º 0.74% 0.45% -
XYZ 5.67 3.25 16.85 -
YUV 49.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 63 30 116 0.46 0.74 0 0.55 263.02 0.59 0.29
Hex 3F 1E 74 2E 4A 0 37 107 3B 1D
Octal 77 36 164 56 112 0 67 407 73 35
Binary 111111 11110 1110100 101110 1001010 0 110111 100000111 111011 11101

Color Harmonies of #3F1E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1E74

Black with #3F1E74

Text Example


Text Example

White with #3F1E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,30,116); }

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

background-color css

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

 a { background-color: rgb(63,30,116); }

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

border-color css

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

 span { border-color: rgb(63,30,116); }

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